HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_from_file (Results 1 - 5 of 5) sorted by null

  /external/iproute2/tc/
tc_monitor.c 95 return rtnl_from_file(fp, accept_tcmsg, (void*)stdout);
  /external/iproute2/include/
libnetlink.h 76 extern int rtnl_from_file(FILE *, rtnl_filter_t handler,
  /external/iproute2/ip/
ipmonitor.c 186 return rtnl_from_file(fp, accept_msg, stdout);
xfrm_monitor.c 366 return rtnl_from_file(fp, xfrm_accept_msg, (void*)stdout);
  /external/iproute2/lib/
libnetlink.c 473 int rtnl_from_file(FILE *rtnl, rtnl_filter_t handler, function
495 perror("rtnl_from_file: fread");
514 perror("rtnl_from_file: fread");

Completed in 42 milliseconds