Searched refs:print_route (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/ip/ |
D | ip_common.h | 22 int print_route(const struct sockaddr_nl *who,
|
D | ipmonitor.c | 82 print_route(who, n, arg); in accept_msg()
|
D | iproute.c | 308 int print_route(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) in print_route() function 1335 filter_fn = print_route; in iproute_list_flush_or_save() 1701 if (print_route(NULL, &req.n, (void*)stdout) < 0) { in iproute_get() 1740 if (print_route(NULL, &req.n, (void*)stdout) < 0) { in iproute_get() 1796 print_route(nl, n, stdout); in show_handler()
|