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 119 if (rtnl_open(&rth, 0) < 0) {
260 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 210 if (rtnl_open(&rth2, 0) < 0)
iprule.c 402 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 23 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 123 if (rtnl_open(&rth, 0) < 0)
arpd.c 778 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) {
779 perror("rtnl_open");
ss.c 991 rtnl_open(&rth, 0);
    [all...]

Completed in 104 milliseconds