Home | History | Annotate | Download | only in tc

Lines Matching full:protocol

29 	fprintf(stderr, "Usage: ... rsvp ipproto PROTOCOL session DST[/PORT | GPI ]\n");
85 if (pinfo->protocol == 0)
86 pinfo->protocol = IPPROTO_AH;
97 if (pinfo->protocol == 0)
98 pinfo->protocol = IPPROTO_ESP;
203 if (pinfo.dpi.mask || pinfo.protocol)
215 if (pinfo.spi.mask || pinfo.protocol)
226 pinfo.protocol = num;
365 if (pinfo && pinfo->protocol) {
367 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1)));