Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_monitor.c95 return rtnl_from_file(fp, accept_tcmsg, (void*)stdout); in do_tcmonitor()
/external/iproute2/include/
Dlibnetlink.h76 extern int rtnl_from_file(FILE *, rtnl_filter_t handler,
/external/iproute2/ip/
Dipmonitor.c186 return rtnl_from_file(fp, accept_msg, stdout); in do_ipmonitor()
Dxfrm_monitor.c367 return rtnl_from_file(fp, xfrm_accept_msg, (void*)stdout); in do_xfrm_monitor()
/external/iproute2/lib/
Dlibnetlink.c473 int rtnl_from_file(FILE *rtnl, rtnl_filter_t handler, in rtnl_from_file() function