Searched refs:rtnl_from_file (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/tc/ |
D | tc_monitor.c | 95 return rtnl_from_file(fp, accept_tcmsg, (void*)stdout); in do_tcmonitor()
|
/external/iproute2/include/ |
D | libnetlink.h | 76 extern int rtnl_from_file(FILE *, rtnl_filter_t handler,
|
/external/iproute2/ip/ |
D | ipmonitor.c | 186 return rtnl_from_file(fp, accept_msg, stdout); in do_ipmonitor()
|
D | xfrm_monitor.c | 367 return rtnl_from_file(fp, xfrm_accept_msg, (void*)stdout); in do_xfrm_monitor()
|
/external/iproute2/lib/ |
D | libnetlink.c | 473 int rtnl_from_file(FILE *rtnl, rtnl_filter_t handler, in rtnl_from_file() function
|