Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/
Dmsg.h67 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);
138 pos = nlmsg_next(pos, &rem))
/third_party/libnl/
Dlibnl-3.sym307 nlmsg_next;
/third_party/libnl/lib/
Dmsg.c196 struct nlmsghdr *nlmsg_next(struct nlmsghdr *nlh, int *remaining) in nlmsg_next() function
Dnl.c1011 hdr = nlmsg_next(hdr, &n); in recvmsgs()
/third_party/libnl/python/netlink/
Dcapi.i213 extern struct nlmsghdr * nlmsg_next(struct nlmsghdr *, int *);
/third_party/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