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

  /external/iproute2/tc/
tc_monitor.c 95 return rtnl_from_file(fp, accept_tcmsg, (void*)stdout);
  /external/iproute2/ip/
ipmonitor.c 186 return rtnl_from_file(fp, accept_msg, stdout);
xfrm_monitor.c 409 return rtnl_from_file(fp, xfrm_accept_msg, (void*)stdout);
iproute.c     [all...]
  /external/iproute2/include/
libnetlink.h 99 extern int rtnl_from_file(FILE *, rtnl_filter_t handler,
  /external/iproute2/lib/
libnetlink.c 469 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 186 milliseconds