Home | History | Annotate | Download | only in tc

Lines Matching refs:protocol

29 	fprintf(stderr, "Usage: ... rsvp ipproto PROTOCOL session DST[/PORT | GPI ]\n");
87 if (pinfo->protocol == 0)
88 pinfo->protocol = IPPROTO_AH;
99 if (pinfo->protocol == 0)
100 pinfo->protocol = IPPROTO_ESP;
205 if (pinfo.dpi.mask || pinfo.protocol)
217 if (pinfo.spi.mask || pinfo.protocol)
228 pinfo.protocol = num;
367 if (pinfo && pinfo->protocol) {
369 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1)));