Home
last modified time | relevance | path

Searched refs:rtnl_from_file (Results 1 – 9 of 9) sorted by relevance

/external/iproute2/tc/
Dtc_monitor.c102 ret = rtnl_from_file(fp, accept_tcmsg, stdout); in do_tcmonitor()
/external/iproute2/bridge/
Dmonitor.c131 err = rtnl_from_file(fp, accept_msg, stdout); in do_monitor()
/external/iproute2/include/
Dlibnetlink.h191 int rtnl_from_file(FILE *, rtnl_listen_filter_t handler,
/external/iproute2/ip/
Dipmonitor.c296 err = rtnl_from_file(fp, accept_msg, stdout); in do_ipmonitor()
Dxfrm_monitor.c413 err = rtnl_from_file(fp, xfrm_accept_msg, stdout); in do_xfrm_monitor()
Diprule.c571 exit(rtnl_from_file(stdin, &restore_handler, NULL)); in iprule_restore()
Diproute.c1940 err = rtnl_from_file(stdin, &restore_handler, &prio); in iproute_restore()
1966 if (rtnl_from_file(stdin, &show_handler, NULL)) in iproute_showdump()
Dipaddress.c1822 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/lib/
Dlibnetlink.c781 int rtnl_from_file(FILE *rtnl, rtnl_listen_filter_t handler, in rtnl_from_file() function