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

  /external/libnfnetlink/src/
rtnl.h 32 struct rtnl_handle *rtnl_open(void);
iftable.c 235 h->rtnl_handle = rtnl_open();
rtnl.c 205 /* rtnl_open - constructor of rtnetlink module */
206 struct rtnl_handle *rtnl_open(void) function
  /external/iproute2/bridge/
bridge.c 93 if (rtnl_open(&rth, 0) < 0) {
196 if (rtnl_open(&rth, 0) < 0)
monitor.c 135 if (rtnl_open(&rth, groups) < 0)
  /external/iproute2/tc/
tc_monitor.c 107 if (rtnl_open(&rth, groups) < 0)
tc.c 273 if (rtnl_open(&rth, 0) < 0) {
375 if (rtnl_open(&rth, 0) < 0) {
  /external/iproute2/ip/
ip.c 136 if (rtnl_open(&rth, 0) < 0) {
301 if (rtnl_open(&rth, 0) < 0)
rtmon.c 162 if (rtnl_open(&rth, groups) < 0)
ipaddrlabel.c 209 if (rtnl_open(&rth2, 0) < 0)
ipmonitor.c 299 if (rtnl_open(&rth, groups) < 0)
ipnetns.c 209 if (rtnl_open(&rtnsh, 0) < 0) {
iprule.c 507 if (rtnl_open(&rth2, 0) < 0)
  /external/iproute2/include/
libnetlink.h 29 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions)
  /external/iproute2/lib/
libnetlink.c 96 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) function
  /external/iproute2/misc/
arpd.c 782 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) {
783 perror("rtnl_open");
ifstat.c 152 if (rtnl_open(&rth, 0) < 0)
ss.c 1392 if (rtnl_open(&rth, 0) < 0)
    [all...]

Completed in 219 milliseconds