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

/external/iproute2/tc/
H A Dtc_monitor.c95 return rtnl_from_file(fp, accept_tcmsg, (void*)stdout);
/external/iproute2/ip/
H A Dipmonitor.c186 return rtnl_from_file(fp, accept_msg, stdout);
H A Dxfrm_monitor.c409 return rtnl_from_file(fp, xfrm_accept_msg, (void*)stdout);
H A Diproute.c1534 exit(rtnl_from_file(stdin, &restore_handler, NULL));
/external/iproute2/include/
H A Dlibnetlink.h99 extern int rtnl_from_file(FILE *, rtnl_filter_t handler,
/external/iproute2/lib/
H A Dlibnetlink.c469 int rtnl_from_file(FILE *rtnl, rtnl_filter_t handler, function
491 perror("rtnl_from_file: fread");
509 perror("rtnl_from_file: fread");

Completed in 209 milliseconds