Home
last modified time | relevance | path

Searched refs:rtnl_listen (Results 1 – 11 of 11) sorted by relevance

/external/iproute2/tc/
Dtc_monitor.c112 if (rtnl_listen(&rth, accept_tcmsg, (void *)stdout) < 0) { in do_tcmonitor()
/external/iproute2/bridge/
Dmonitor.c140 if (rtnl_listen(&rth, accept_msg, stdout) < 0) in do_monitor()
/external/iproute2/ip/
Drtmon.c179 if (rtnl_listen(&rth, dump_msg, (void *)fp) < 0) in main()
Dipnetconf.c202 rtnl_listen(&rth, print_netconf, stdout); in do_show()
Dipmonitor.c310 if (rtnl_listen(&rth, accept_msg, stdout) < 0) in do_ipmonitor()
Dxfrm_monitor.c423 if (rtnl_listen(&rth, xfrm_accept_msg, (void *)stdout) < 0) in do_xfrm_monitor()
Dipnetns.c85 rtnl_listen(&rth, ipnetns_accept_msg, NULL); in ipnetns_have_nsid()
Diplink.c227 rtnl_listen(&rth, accept_msg, NULL); in iplink_have_newlink()
/external/iproute2/include/
Dlibnetlink.h189 int rtnl_listen(struct rtnl_handle *, rtnl_listen_filter_t handler,
/external/iproute2/genl/
Dctrl.c374 if (rtnl_listen(&rth, print_ctrl, (void *) stdout) < 0) in ctrl_listen()
/external/iproute2/lib/
Dlibnetlink.c683 int rtnl_listen(struct rtnl_handle *rtnl, in rtnl_listen() function