OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nla_next
(Results
1 - 2
of
2
) sorted by null
/external/libnl-headers/netlink/
attr.h
81
extern struct nlattr *
nla_next
(const struct nlattr *, int *);
263
pos =
nla_next
(pos, &(rem)))
275
pos =
nla_next
(pos, &(rem)))
/system/core/libnl_2/
attr.c
97
struct nlattr *
nla_next
(const struct nlattr *nla, int *remaining)
function
Completed in 64 milliseconds