Home | History | Annotate | Download | only in ip

Lines Matching defs:table

60 	fprintf(stderr, "            [ table TABLE_ID ] [ proto RTPROTO ]\n");
64 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n");
131 __u32 table;
158 table = rtm_get_table(r, tb);
160 if (r->rtm_family == AF_INET6 && table != RT_TABLE_MAIN)
179 if (filter.tb > 0 && filter.tb != table)
353 if (table != RT_TABLE_MAIN && !filter.tb)
354 fprintf(fp, " table %s ", rtnl_rttable_n2a(table, b1, sizeof(b1)));
890 } else if (matches(*argv, "table") == 0) {
894 invarg("\"table\" value is invalid\n", *argv);
1054 if (matches(*argv, "table") == 0) {
1065 invarg("table id value is invalid\n", *argv);