Searched refs:rtnl_from_file (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/tc/ |
D | tc_monitor.c | 102 ret = rtnl_from_file(fp, accept_tcmsg, stdout); in do_tcmonitor()
|
/external/iproute2/bridge/ |
D | monitor.c | 131 err = rtnl_from_file(fp, accept_msg, stdout); in do_monitor()
|
/external/iproute2/ip/ |
D | ipmonitor.c | 296 err = rtnl_from_file(fp, accept_msg, stdout); in do_ipmonitor()
|
D | xfrm_monitor.c | 413 err = rtnl_from_file(fp, xfrm_accept_msg, stdout); in do_xfrm_monitor()
|
D | iprule.c | 571 exit(rtnl_from_file(stdin, &restore_handler, NULL)); in iprule_restore()
|
D | iproute.c | 1940 err = rtnl_from_file(stdin, &restore_handler, &prio); in iproute_restore() 1966 if (rtnl_from_file(stdin, &show_handler, NULL)) in iproute_showdump()
|
D | ipaddress.c | 1822 err = rtnl_from_file(stdin, &show_handler, NULL); in ipaddr_showdump() 1853 exit(rtnl_from_file(stdin, &restore_handler, NULL)); in ipaddr_restore()
|
/external/iproute2/include/ |
D | libnetlink.h | 191 int rtnl_from_file(FILE *, rtnl_listen_filter_t handler,
|
/external/iproute2/lib/ |
D | libnetlink.c | 781 int rtnl_from_file(FILE *rtnl, rtnl_listen_filter_t handler, in rtnl_from_file() function
|