Home | History | Annotate | Download | only in ip

Lines Matching defs:table

39 	fprintf(stderr, "                      [ table TABLE_ID ]\n");
64 __u32 table;
86 table = rtm_get_table(r, tb);
88 if (filter.tb > 0 && filter.tb != table)
182 if (table && (table != RT_TABLE_MAIN || show_details > 0) && !filter.tb)
183 fprintf(fp, " Table: %s",
184 rtnl_rttable_n2a(table, b1, sizeof(b1)));
216 if (matches(*argv, "table") == 0) {
226 invarg("table id value is invalid\n", *argv);