/external/iproute2/tc/ |
tc_monitor.c | 102 ret = rtnl_from_file(fp, accept_tcmsg, stdout);
|
/external/iproute2/bridge/ |
monitor.c | 130 err = rtnl_from_file(fp, accept_msg, stdout);
|
/external/iproute2/include/ |
libnetlink.h | 154 int rtnl_from_file(FILE *, rtnl_listen_filter_t handler,
|
/external/iproute2/ip/ |
ipmonitor.c | 294 err = rtnl_from_file(fp, accept_msg, stdout);
|
xfrm_monitor.c | 421 err = rtnl_from_file(fp, xfrm_accept_msg, stdout);
|
iprule.c | 331 exit(rtnl_from_file(stdin, &restore_handler, NULL));
|
ipaddress.c | [all...] |
iproute.c | [all...] |
/external/iproute2/lib/ |
libnetlink.c | 566 int rtnl_from_file(FILE *rtnl, rtnl_listen_filter_t handler, function 588 perror("rtnl_from_file: fread"); 606 perror("rtnl_from_file: fread");
|