Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dattr.h81 extern struct nlattr * nla_next(const struct nlattr *, int *);
263 pos = nla_next(pos, &(rem)))
275 pos = nla_next(pos, &(rem)))
/external/libnl/lib/
Dattr.c511 struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() function