Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_monitor.c95 return rtnl_from_file(fp, accept_tcmsg, (void*)stdout); in do_tcmonitor()
/external/iproute2/ip/
Dipmonitor.c186 return rtnl_from_file(fp, accept_msg, stdout); in do_ipmonitor()
Dxfrm_monitor.c409 return rtnl_from_file(fp, xfrm_accept_msg, (void*)stdout); in do_xfrm_monitor()
Diproute.c1534 exit(rtnl_from_file(stdin, &restore_handler, NULL)); in iproute_restore()
/external/iproute2/include/
Dlibnetlink.h99 extern int rtnl_from_file(FILE *, rtnl_filter_t handler,
/external/iproute2/lib/
Dlibnetlink.c469 int rtnl_from_file(FILE *rtnl, rtnl_filter_t handler, in rtnl_from_file() function