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

  /external/iproute2/tc/
tc_monitor.c 112 if (rtnl_listen(&rth, accept_tcmsg, (void*)stdout) < 0) {
  /external/iproute2/bridge/
monitor.c 139 if (rtnl_listen(&rth, accept_msg, stdout) < 0)
  /external/iproute2/ip/
ipnetconf.c 180 rtnl_listen(&rth, print_netconf, stdout);
rtmon.c 179 if (rtnl_listen(&rth, dump_msg, (void*)fp) < 0)
ipmonitor.c 307 if (rtnl_listen(&rth, accept_msg, stdout) < 0)
xfrm_monitor.c 431 if (rtnl_listen(&rth, xfrm_accept_msg, (void*)stdout) < 0)
ipnetns.c 86 rtnl_listen(&rth, ipnetns_accept_msg, NULL);
iplink.c 223 rtnl_listen(&rth, accept_msg, NULL);
  /external/iproute2/include/
libnetlink.h 152 int rtnl_listen(struct rtnl_handle *, rtnl_listen_filter_t handler,
  /external/iproute2/genl/
ctrl.c 384 if (rtnl_listen(&rth, print_ctrl, (void *) stdout) < 0)
  /external/iproute2/lib/
libnetlink.c 467 int rtnl_listen(struct rtnl_handle *rtnl, function

Completed in 237 milliseconds