OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_neigh_add
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/route/
neighbour.h
38
extern int
rtnl_neigh_add
(struct nl_sock *, struct rtnl_neigh *, int);
/external/libnl/src/
nl-neigh-add.c
100
if ((err =
rtnl_neigh_add
(sock, neigh, nlflags)) < 0)
/external/libnl/lib/route/
neigh.c
89
*
rtnl_neigh_add
(sk, neigh, NLM_F_CREATE);
142
*
rtnl_neigh_add
(sk, neigh, NLM_F_REPLACE);
579
int
rtnl_neigh_add
(struct nl_sock *sk, struct rtnl_neigh *tmpl, int flags)
function
Completed in 3284 milliseconds