OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_addr_set_scope
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/route/
addr.h
57
extern void
rtnl_addr_set_scope
(struct rtnl_addr *, int);
/external/libnl/src/lib/
addr.c
94
rtnl_addr_set_scope
(addr, ival);
/external/libnl/lib/route/
addr.c
47
* // it may be overwritten using
rtnl_addr_set_scope
(). The scope currently
49
*
rtnl_addr_set_scope
(addr, rtnl_str2scope("site"));
819
void
rtnl_addr_set_scope
(struct rtnl_addr *addr, int scope)
function
Completed in 403 milliseconds