OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_neigh_parse
(Results
1 - 2
of
2
) sorted by null
/external/libnl/include/netlink/route/
neighbour.h
32
extern int
rtnl_neigh_parse
(struct nlmsghdr *, struct rtnl_neigh **);
/external/libnl/lib/route/
neigh.c
326
if ((err =
rtnl_neigh_parse
(n, &neigh)) < 0)
336
int
rtnl_neigh_parse
(struct nlmsghdr *n, struct rtnl_neigh **result)
function
Completed in 61 milliseconds