Lines Matching refs:ipproto
29 "{ ipproto PROTO | gue } [ -6 ]\n");
32 fprintf(stderr, "Where: PROTO { ipproto-name | 1..255 }\n");
51 __u8 ipproto, type;
63 } else if (!matches(*argv, "ipproto")) {
70 ipproto = servptr->p_proto;
71 else if (get_u8(&ipproto, *argv, 0) || ipproto == 0)
72 invarg("invalid ipproto", *argv);
92 fprintf(stderr, "fou: must set ipproto or gue\n");
97 fprintf(stderr, "fou: cannot set ipproto and gue\n");
108 addattr8(n, 1024, FOU_ATTR_IPPROTO, ipproto);