Searched refs:print_route (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/ip/ |
D | ip_common.h | 21 extern int print_route(const struct sockaddr_nl *who,
|
D | ipmonitor.c | 48 print_route(who, n, arg); in accept_msg()
|
D | iproute.c | 118 int print_route(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) in print_route() function 1226 if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) { in iproute_list_or_flush() 1269 if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) { in iproute_list_or_flush() 1391 if (print_route(NULL, &req.n, (void*)stdout) < 0) { in iproute_get() 1428 if (print_route(NULL, &req.n, (void*)stdout) < 0) { in iproute_get()
|