Searched refs:rtnl_from_file (Results 1 – 6 of 6) 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/ip/ |
D | ipmonitor.c | 186 return rtnl_from_file(fp, accept_msg, stdout); in do_ipmonitor()
|
D | xfrm_monitor.c | 409 return rtnl_from_file(fp, xfrm_accept_msg, (void*)stdout); in do_xfrm_monitor()
|
D | iproute.c | 1534 exit(rtnl_from_file(stdin, &restore_handler, NULL)); in iproute_restore()
|
/external/iproute2/include/ |
D | libnetlink.h | 99 extern int rtnl_from_file(FILE *, rtnl_filter_t handler,
|
/external/iproute2/lib/ |
D | libnetlink.c | 469 int rtnl_from_file(FILE *rtnl, rtnl_filter_t handler, in rtnl_from_file() function
|