Home
last modified time | relevance | path

Searched refs:nlmsg_next (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/netlink/
Dmsg.h65 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);
136 pos = nlmsg_next(pos, &rem))
/external/libnl/lib/
Dnl.c956 hdr = nlmsg_next(hdr, &n); in recvmsgs()
Dmsg.c194 struct nlmsghdr *nlmsg_next(struct nlmsghdr *nlh, int *remaining) in nlmsg_next() function
/external/libnl/python/netlink/
Dcapi.i208 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);
/external/libnl/doc/
Dcore.txt1104 | v | More data to parse? (nlmsg_next())
1258 Any subsequent message headers are access by calling nlmsg_next() on
1265 struct nlmsghdr *nlmsg_next(struct nlmsghdr *hdr, int *remaining);
1268 The function nlmsg_next() will automatically substract the size of the
1300 hdr = nlmsg_next(hdr, &length);
1709 The semantics are equivalent to nlmsg_next() and thus nla_next() will also