OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_cli_neigh_alloc
(Results
1 - 5
of
5
) sorted by null
/external/libnl/include/netlink/cli/
neigh.h
20
extern struct rtnl_neigh *
nl_cli_neigh_alloc
(void);
/external/libnl/src/lib/
neigh.c
22
struct rtnl_neigh *
nl_cli_neigh_alloc
(void)
function
/external/libnl/src/
nl-neigh-add.c
58
neigh =
nl_cli_neigh_alloc
();
nl-neigh-delete.c
75
neigh =
nl_cli_neigh_alloc
();
nl-neigh-list.c
50
neigh =
nl_cli_neigh_alloc
();
Completed in 38 milliseconds