Searched refs:ipproto (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/sbin/ipf/iplang/ |
| D | iplang_l.l | 29 int lineNum = 0, ipproto = 0, oldipproto = 0, next = -1, laststate = 0; variable 203 ipproto = prstack[numpr]; 259 oldipproto = ipproto; 260 ipproto = nstate; 263 if (ipproto == IL_IPV4) 265 else if (ipproto == IL_TCP) 267 else if (ipproto == IL_UDP) 271 if (ipproto == IL_IPV4) 273 else if (ipproto == IL_TCP) 277 if (ipproto == IL_TCP) [all …]
|
| /freebsd-12-stable/contrib/tcp_wrappers/ |
| D | fix_options.c | 44 int optsize = sizeof(optbuf), ipproto; local 68 ipproto = ip->p_proto; 70 ipproto = IPPROTO_IP; 72 if (getsockopt(fd, ipproto, IP_OPTIONS, (char *) optbuf, &optsize) == 0 125 if (setsockopt(fd, ipproto, IP_OPTIONS, (char *) 0, optsize) != 0) {
|
| /freebsd-12-stable/sys/netinet/ |
| D | ip_input.c | 880 ipproto_register(short ipproto) in ipproto_register() argument 885 if (ipproto <= 0 || ipproto >= IPPROTO_MAX) in ipproto_register() 895 if (ip_protox[ipproto] != pr - inetsw) /* IPPROTO_RAW */ in ipproto_register() 902 pr->pr_protocol && pr->pr_protocol == ipproto) { in ipproto_register() 911 ipproto_unregister(short ipproto) in ipproto_unregister() argument 916 if (ipproto <= 0 || ipproto >= IPPROTO_MAX) in ipproto_unregister() 923 if (ip_protox[ipproto] == pr - inetsw) /* IPPROTO_RAW */ in ipproto_unregister() 927 ip_protox[ipproto] = pr - inetsw; in ipproto_unregister()
|
| /freebsd-12-stable/sbin/setkey/ |
| D | setkey.c | 480 static const char *ipproto[] = { variable 568 printf("%s ", STR_OR_ID(saddr->sadb_address_proto, ipproto)); 583 printf("%s ", STR_OR_ID(saddr->sadb_address_proto, ipproto));
|
| /freebsd-12-stable/sys/dev/ena/ |
| D | ena_datapath.c | 717 int ipproto; in ena_tx_csum() local 764 ipproto = ip->ip_p; in ena_tx_csum() 771 iphlen = ip6_lasthdr(mbuf, ehdrlen, IPPROTO_IPV6, &ipproto); in ena_tx_csum() 777 ipproto = 0; in ena_tx_csum() 792 if (ipproto == IPPROTO_TCP) { in ena_tx_csum() 799 } else if (ipproto == IPPROTO_UDP) { in ena_tx_csum()
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | INSTALL.txt | 78 ipproto.c - IP protocol type value-to-name table 79 ipproto.h - IP protocol type value definitions
|
| D | Makefile.in | 85 ipproto.c \ 273 ipproto.h \
|
| /freebsd-12-stable/usr.sbin/tcpdump/tcpdump/ |
| D | Makefile | 19 ipproto.c \
|
| /freebsd-12-stable/sys/dev/al_eth/ |
| D | al_eth.c | 1213 uint8_t ipproto = 0; in al_eth_tx_csum() local 1254 ipproto = ip->ip_p; in al_eth_tx_csum() 1259 if (ipproto == IPPROTO_TCP) in al_eth_tx_csum() 1271 ipproto = ip6->ip6_nxt; in al_eth_tx_csum() 1272 if (ipproto == IPPROTO_TCP) in al_eth_tx_csum()
|
| /freebsd-12-stable/sys/net/ |
| D | if_spppsubr.c | 779 int ipproto = PPP_IP; in sppp_output() local 873 ipproto = PPP_VJ_COMP; in sppp_output() 876 ipproto = PPP_VJ_UCOMP; in sppp_output() 879 ipproto = PPP_IP; in sppp_output() 943 h->protocol = htons(ipproto); in sppp_output()
|