Home
last modified time | relevance | path

Searched refs:nla_next (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/
Dattr.h81 extern struct nlattr * nla_next(const struct nlattr *, int *);
265 pos = nla_next(pos, &(rem)))
277 pos = nla_next(pos, &(rem)))
/external/libnl/lib/
Dattr.c171 struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function
/external/libnl/doc/
Dcore.txt1699 header. Any subsequent attribute is accessed with the function nla_next()
1706 struct nlattr *nla_next(const struct nlattr *attr, int *remaining);
1709 The semantics are equivalent to nlmsg_next() and thus nla_next() will also
1725 A typical use of nla_ok() and nla_next() looks like this:
1727 .nla_ok()/nla_next() usage
1738 hdr = nla_next(hdr, &remaining);