Searched refs:rtnl_listen (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/tc/ |
D | tc_monitor.c | 103 if (rtnl_listen(&rth, accept_tcmsg, (void*)stdout) < 0) { in do_tcmonitor()
|
/external/iproute2/ip/ |
D | rtmon.c | 173 if (rtnl_listen(&rth, dump_msg, (void*)fp) < 0) in main()
|
D | ipmonitor.c | 193 if (rtnl_listen(&rth, accept_msg, stdout) < 0) in do_ipmonitor()
|
D | xfrm_monitor.c | 375 if (rtnl_listen(&rth, xfrm_accept_msg, (void*)stdout) < 0) in do_xfrm_monitor()
|
D | iplink.c | 162 rtnl_listen(&rth, accept_msg, NULL); in iplink_have_newlink()
|
/external/iproute2/include/ |
D | libnetlink.h | 74 extern int rtnl_listen(struct rtnl_handle *, rtnl_filter_t handler,
|
/external/iproute2/genl/ |
D | ctrl.c | 377 if (rtnl_listen(&rth, print_ctrl, (void *) stdout) < 0) in ctrl_listen()
|
/external/iproute2/lib/ |
D | libnetlink.c | 398 int rtnl_listen(struct rtnl_handle *rtnl, in rtnl_listen() function
|