Home
last modified time | relevance | path

Searched refs:IPPROTO_IPIP (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/sys/netipsec/
H A Dipsec_input.c398 if (prot == IPPROTO_IPIP && in ipsec4_common_input_cb()
428 prot = IPPROTO_IPIP; in ipsec4_common_input_cb()
460 prot = IPPROTO_IPIP; in ipsec4_common_input_cb()
465 case IPPROTO_IPIP: in ipsec4_common_input_cb()
645 else if (prot == IPPROTO_IPIP && in ipsec6_common_input_cb()
686 if (prot == IPPROTO_IPIP) in ipsec6_common_input_cb()
701 case IPPROTO_IPIP: in ipsec6_common_input_cb()
H A Dipsec_output.c1094 proto = IPPROTO_IPIP; in ipsec_encap()
/freebsd-14.2/sys/netinet/
H A Din_proto.c131 SYSCTL_NODE(_net_inet, IPPROTO_IPIP, ipip, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
H A Din.h145 #define IPPROTO_IPIP IPPROTO_IPV4 /* for compatibility */ macro
/freebsd-14.2/tools/tools/netmap/
H A Dpkt_hash.c178 case IPPROTO_IPIP: in decode_ip_n_hash()
249 case IPPROTO_IPIP: in decode_ipv6_n_hash()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h895 #ifndef IPPROTO_IPIP
896 # define IPPROTO_IPIP 4 macro
H A Dip_nat6.c3614 p = IPPROTO_IPIP; in ipf_nat6_newdivert()
3686 ip6->ip6_nxt = IPPROTO_IPIP; in ipf_nat6_builddivertmp()
H A Dip_nat.c7131 p = IPPROTO_IPIP; in ipf_nat_newdivert()
7210 ip->ip_p = IPPROTO_IPIP; in ipf_nat_builddivertmp()
H A Dfil.c8280 #ifdef IPPROTO_IPIP
8281 case IPPROTO_IPIP : /* 4 */
/freebsd-14.2/usr.sbin/ppp/
H A Dfilter.c373 case IPPROTO_IPIP: in filter_Parse()
H A Dip.c757 case IPPROTO_IPIP: in PacketCheck()