HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_open (Results 1 - 12 of 12) sorted by null

  /external/iproute2/ip/
ip.c 112 if (rtnl_open(&rth, 0) < 0) {
247 if (rtnl_open(&rth, 0) < 0)
ipmonitor.c 189 if (rtnl_open(&rth, groups) < 0)
rtmon.c 156 if (rtnl_open(&rth, groups) < 0)
ipaddrlabel.c 216 if (rtnl_open(&rth2, 0) < 0)
iprule.c 382 if (rtnl_open(&rth2, 0) < 0)
  /external/iproute2/tc/
tc_monitor.c 98 if (rtnl_open(&rth, groups) < 0)
tc.c 265 if (rtnl_open(&rth, 0) < 0) {
348 if (rtnl_open(&rth, 0) < 0) {
  /external/iproute2/include/
libnetlink.h 22 extern int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions);
  /external/iproute2/lib/
libnetlink.c 87 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) function
  /external/iproute2/misc/
ifstat.c 122 if (rtnl_open(&rth, 0) < 0)
arpd.c 770 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) {
771 perror("rtnl_open");
ss.c 982 rtnl_open(&rth, 0);
    [all...]

Completed in 211 milliseconds