Searched refs:rtnl_listen (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/tc/
H A Dtc_monitor.c103 if (rtnl_listen(&rth, accept_tcmsg, (void*)stdout) < 0) {
/external/iproute2/ip/
H A Dipmonitor.c193 if (rtnl_listen(&rth, accept_msg, stdout) < 0)
H A Drtmon.c173 if (rtnl_listen(&rth, dump_msg, (void*)fp) < 0)
H A Dxfrm_monitor.c417 if (rtnl_listen(&rth, xfrm_accept_msg, (void*)stdout) < 0)
H A Diplink.c177 rtnl_listen(&rth, accept_msg, NULL);
/external/iproute2/include/
H A Dlibnetlink.h97 extern int rtnl_listen(struct rtnl_handle *, rtnl_filter_t handler,
/external/iproute2/genl/
H A Dctrl.c377 if (rtnl_listen(&rth, print_ctrl, (void *) stdout) < 0)
/external/iproute2/lib/
H A Dlibnetlink.c394 int rtnl_listen(struct rtnl_handle *rtnl, function

Completed in 2746 milliseconds