Searched defs:print_route (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/ip/
H A Diproute.c118 int print_route(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) function
1223 if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) {
1266 if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) {
1388 if (print_route(NULL, &req.n, (void*)stdout) < 0) {
1425 if (print_route(NULL, &req.n, (void*)stdout) < 0) {

Completed in 68 milliseconds