Home
last modified time | relevance | path

Searched refs:rtnl_open (Results 1 – 12 of 12) sorted by relevance

/external/iproute2/ip/
Dip.c119 if (rtnl_open(&rth, 0) < 0) { in batch()
260 if (rtnl_open(&rth, 0) < 0) in main()
Drtmon.c156 if (rtnl_open(&rth, groups) < 0) in main()
Dipmonitor.c189 if (rtnl_open(&rth, groups) < 0) in do_ipmonitor()
Dipaddrlabel.c210 if (rtnl_open(&rth2, 0) < 0) in flush_addrlabel()
Diprule.c382 if (rtnl_open(&rth2, 0) < 0) in flush_rule()
/external/iproute2/tc/
Dtc.c265 if (rtnl_open(&rth, 0) < 0) { in batch()
348 if (rtnl_open(&rth, 0) < 0) { in main()
Dtc_monitor.c98 if (rtnl_open(&rth, groups) < 0) in do_tcmonitor()
/external/iproute2/include/
Dlibnetlink.h23 extern int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions);
/external/iproute2/lib/
Dlibnetlink.c87 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) in rtnl_open() function
/external/iproute2/misc/
Darpd.c778 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) { in main()
Difstat.c123 if (rtnl_open(&rth, 0) < 0) in load_info()
Dss.c991 rtnl_open(&rth, 0); in xll_init()