OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_cache_parse
(Results
1 - 4
of
4
) sorted by null
/external/libnl/lib/
cache.c
460
return
nl_cache_parse
(x->ops, &msg->nm_src, msg->nm_nlh, x->params);
634
int
nl_cache_parse
(struct nl_cache_ops *ops, struct sockaddr_nl *who,
function
674
return
nl_cache_parse
(cache->c_ops, NULL, nlmsg_hdr(msg), &p);
cache_mngr.c
138
return
nl_cache_parse
(ops, NULL, nlmsg_hdr(msg), &p);
msg.c
846
return
nl_cache_parse
(ops, NULL, nlmsg_hdr(msg), &p);
/external/libnl/include/
netlink-local.h
140
extern int
nl_cache_parse
(struct nl_cache_ops *, struct sockaddr_nl *,
Completed in 83 milliseconds