Home | History | Annotate | Download | only in ip

Lines Matching defs:from

63 	fprintf(stderr, "       ip route get ADDRESS [ from ADDRESS iif STRING ]\n");
357 fprintf(fp, "from %s/%u ", rt_addr_n2a(r->rtm_family,
364 fprintf(fp, "from %s ", format_host(r->rtm_family,
371 fprintf(fp, "from 0/%u ", r->rtm_src_len);
431 __u32 from = to>>16;
433 fprintf(fp, "realm%s ", from ? "s" : "");
434 if (from) {
436 rtnl_rtrealm_n2a(from, b1, sizeof(b1)));
596 __u32 from = to>>16;
598 fprintf(fp, " realm%s ", from ? "s" : "");
599 if (from) {
601 rtnl_rtrealm_n2a(from, b1, sizeof(b1)));
754 } else if (strcmp(*argv, "from") == 0) {
1207 } else if (matches(*argv, "from") == 0) {
1385 } else if (matches(*argv, "from") == 0) {