Home
last modified time | relevance | path

Searched refs:nlmsg_attrlen (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink/
Dmsg.h60 extern int nlmsg_attrlen(const struct nlmsghdr *, int);
125 nlmsg_attrlen(nlh, hdrlen), rem)
/external/libnl/lib/
Dmsg.c154 int nlmsg_attrlen(const struct nlmsghdr *nlh, int hdrlen) in nlmsg_attrlen() function
220 nlmsg_attrlen(nlh, hdrlen), policy); in nlmsg_parse()
234 nlmsg_attrlen(nlh, hdrlen), attrtype); in nlmsg_find_attr()
251 nlmsg_attrlen(nlh, hdrlen), maxtype, policy); in nlmsg_validate()
943 attrlen = nlmsg_attrlen(hdr, ops->co_hdrsize); in print_msg()
960 attrlen = nlmsg_attrlen(hdr, ops->co_hdrsize); in print_msg()
/external/libnl/python/netlink/
Dcapi.i203 extern int nlmsg_attrlen(const struct nlmsghdr *, int);
/external/libnl/doc/
Dcore.txt1366 <----- hdrlen ----> <- nlmsg_attrlen(nlh, hdrlen) ->
1375 by the function nlmsg_attrlen().
1382 int nlmsg_attrlen(const struct nlmsghdr *hdr, int hdrlen);
1734 int remaining = nlmsg_attrlen(msg, 0);