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.c130 err = rtnl_from_file(fp, accept_msg, stdout); in do_monitor()
/external/iproute2/include/
Dlibnetlink.h154 int rtnl_from_file(FILE *, rtnl_listen_filter_t handler,
/external/iproute2/ip/
Dipmonitor.c294 err = rtnl_from_file(fp, accept_msg, stdout); in do_ipmonitor()
Dxfrm_monitor.c421 err = rtnl_from_file(fp, xfrm_accept_msg, stdout); in do_xfrm_monitor()
Diprule.c324 exit(rtnl_from_file(stdin, &restore_handler, NULL)); in iprule_restore()
Diproute.c1792 exit(rtnl_from_file(stdin, &restore_handler, NULL)); in iproute_restore()
1808 exit(rtnl_from_file(stdin, &show_handler, NULL)); in iproute_showdump()
Dipaddress.c1295 exit(rtnl_from_file(stdin, &show_handler, NULL)); in ipaddr_showdump()
1320 exit(rtnl_from_file(stdin, &restore_handler, NULL)); in ipaddr_restore()
/external/iproute2/lib/
Dlibnetlink.c566 int rtnl_from_file(FILE *rtnl, rtnl_listen_filter_t handler, in rtnl_from_file() function