Searched refs:rtnl_open (Results 1 – 12 of 12) sorted by relevance
/external/iproute2/ip/ |
D | ip.c | 119 if (rtnl_open(&rth, 0) < 0) { in batch() 260 if (rtnl_open(&rth, 0) < 0) in main()
|
D | rtmon.c | 156 if (rtnl_open(&rth, groups) < 0) in main()
|
D | ipmonitor.c | 189 if (rtnl_open(&rth, groups) < 0) in do_ipmonitor()
|
D | ipaddrlabel.c | 210 if (rtnl_open(&rth2, 0) < 0) in flush_addrlabel()
|
D | iprule.c | 382 if (rtnl_open(&rth2, 0) < 0) in flush_rule()
|
/external/iproute2/tc/ |
D | tc.c | 265 if (rtnl_open(&rth, 0) < 0) { in batch() 348 if (rtnl_open(&rth, 0) < 0) { in main()
|
D | tc_monitor.c | 98 if (rtnl_open(&rth, groups) < 0) in do_tcmonitor()
|
/external/iproute2/include/ |
D | libnetlink.h | 23 extern int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions);
|
/external/iproute2/lib/ |
D | libnetlink.c | 87 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) in rtnl_open() function
|
/external/iproute2/misc/ |
D | arpd.c | 778 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) { in main()
|
D | ifstat.c | 123 if (rtnl_open(&rth, 0) < 0) in load_info()
|
D | ss.c | 991 rtnl_open(&rth, 0); in xll_init()
|