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) {
198 if (rtnl_open(&rth, 0) < 0)
monitor.c 136 if (rtnl_open(&rth, groups) < 0)
  /external/iproute2/tc/
tc_monitor.c 107 if (rtnl_open(&rth, groups) < 0)
tc.c 269 if (rtnl_open(&rth, 0) < 0) {
371 if (rtnl_open(&rth, 0) < 0) {
  /external/iproute2/ip/
ip.c 141 if (rtnl_open(&rth, 0) < 0) {
311 if (rtnl_open(&rth, 0) < 0)
rtmon.c 162 if (rtnl_open(&rth, groups) < 0)
ipaddrlabel.c 203 if (rtnl_open(&rth2, 0) < 0)
ipmonitor.c 301 if (rtnl_open(&rth, groups) < 0)
ipnetns.c 202 if (rtnl_open(&rtnsh, 0) < 0) {
iprule.c 393 if (rtnl_open(&rth2, 0) < 0)
  /external/iproute2/include/
libnetlink.h 40 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions)
  /external/iproute2/misc/
arpd.c 778 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) {
779 perror("rtnl_open");
ifstat.c 201 if (rtnl_open(&rth, 0) < 0)
ss.c 1479 if (rtnl_open(&rth, 0) < 0)
    [all...]
  /external/iproute2/lib/
libnetlink.c 197 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions) function

Completed in 497 milliseconds