Home | History | Annotate | Download | only in ip

Lines Matching full:inherit

54 	fprintf(stderr, "          [ dscp inherit ]\n");
62 fprintf(stderr, " TOS := { 0x0..0xff | inherit }\n");
63 fprintf(stderr, " FLOWLABEL := { 0x0..0xfffff | inherit }\n");
91 printf(" tclass inherit");
98 printf(" flowlabel inherit");
105 printf(" dscp inherit");
173 if (strcmp(*argv, "inherit") == 0)
185 if (strcmp(*argv, "inherit") == 0)
197 if (strcmp(*argv, "inherit") != 0)
198 invarg("not inherit", *argv);