/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pf.c | 148 {IPPROTO_ENCAP, ETHERTYPE_IP, IPV4_TYPE_HEADER_OFFSET}, 177 {IPPROTO_ENCAP, (DL_IPNETINFO_VERSION << 8 | AF_INET), 201 {IPPROTO_ENCAP, ETHERTYPE_IP, IPV4_TYPE_HEADER_OFFSET}, 1291 pf_check_transport_protocol(IPPROTO_ENCAP); in pf_primary()
|
H A D | snoop_ether.c | 92 { DL_IPV4, 0, 9, 1, IPPROTO_ENCAP, IPPROTO_IPV6, 96 { DL_IPV6, 0, 40, 1, IPPROTO_ENCAP, IPPROTO_IPV6, 100 { DL_6TO4, 0, 9, 1, IPPROTO_ENCAP, IPPROTO_IPV6, 1773 while (nxt != IPPROTO_ENCAP && nxt != IPPROTO_IPV6) { in ipv6_header_len()
|
H A D | snoop_ipsec.c | 201 case IPPROTO_ENCAP: in interpret_ah()
|
H A D | snoop_ip.c | 248 case IPPROTO_ENCAP: in interpret_ip() 433 case IPPROTO_ENCAP: in interpret_ipv6() 717 case IPPROTO_ENCAP: return ("IP-in-IP"); in getproto()
|
H A D | snoop_filter.c | 1343 "ip-in-ip", 9, 1, IPPROTO_ENCAP, 0, OP_OFFSET_LINK, 1369 "ip-in-ip", 9, 1, IPPROTO_ENCAP, 0, OP_OFFSET_LINK, 1380 "ip", 0, 1, IPPROTO_ENCAP, -1, OP_OFFSET_ETHERTYPE, 1390 "ip-in-ip", 9, 1, IPPROTO_ENCAP, 0, OP_OFFSET_LINK,
|
/illumos-gate/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ipv4.c | 124 if (sap == IPPROTO_ENCAP || sap == IPPROTO_IPV6 || sap == 0) { in mac_ipv4_sap_verify()
|
H A D | mac_ipv6.c | 198 while (nexthdr != IPPROTO_ENCAP && nexthdr != IPPROTO_IPV6) { in mac_ipv6_header_info()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | ip.sed.in | 52 SED_REPLACE(IPPROTO_ENCAP)
|
H A D | ip.d.in | 43 #pragma D binding "1.5" IPPROTO_ENCAP 44 inline int IPPROTO_ENCAP = @IPPROTO_ENCAP@; variable
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in.h | 234 #define IPPROTO_ENCAP 98 /* encapsulation header */ macro
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier.c | 561 case IPPROTO_ENCAP: in get_port_info()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 3032 if (srcext->sadb_address_proto != IPPROTO_ENCAP) { 3046 IPPROTO_ENCAP; 3048 IPPROTO_ENCAP; 4996 ASSERT(sel->ips_protocol == IPPROTO_ENCAP); 5646 IPPROTO_IPV6 : IPPROTO_ENCAP; 5729 IPPROTO_ENCAP : IPPROTO_IPV6; 7051 sel.ips_protocol != IPPROTO_ENCAP && sel.ips_protocol != 0) || 7073 case IPPROTO_ENCAP: 7089 isel.ips_isv4 = (sel.ips_protocol == IPPROTO_ENCAP);
|
H A D | ip6.c | 630 case IPPROTO_ENCAP: in icmp_inbound_verify_v6() 636 if ((uint8_t *)in_ip6h + (nexthdr == IPPROTO_ENCAP ? in icmp_inbound_verify_v6() 968 case IPPROTO_ENCAP: in icmp_inbound_error_fanout_v6()
|
H A D | ip_input.c | 2920 case IPPROTO_ENCAP: { in ip_fanout_v4() 3103 if (protocol == IPPROTO_ENCAP && ipst->ips_ip_g_mrouter) { in ip_fanout_v4()
|
H A D | ipclassifier.c | 1669 case IPPROTO_ENCAP: in ipcl_classify_v4() 1811 case IPPROTO_ENCAP: in ipcl_classify_v6()
|
H A D | ip.c | 1827 case IPPROTO_ENCAP: in icmp_inbound_verify_v4() 2220 case IPPROTO_ENCAP: { in icmp_inbound_error_fanout_v4() 2281 if (ipha->ipha_protocol == IPPROTO_ENCAP) { in icmp_inbound_error_fanout_v4() 2852 if (ipha->ipha_protocol == IPPROTO_ENCAP || in icmp_pkt() 2876 if (ipha->ipha_protocol == IPPROTO_ENCAP) { in icmp_pkt() 12497 oipha->ipha_protocol = IPPROTO_ENCAP; in ipsec_out_process()
|
H A D | ip6_input.c | 2699 case IPPROTO_ENCAP: in ip_fanout_v6()
|
H A D | spd.c | 5423 ixa->ixa_ipsec_proto = (inner_ipv4 != NULL) ? IPPROTO_ENCAP : in ipsec_tun_outbound() 5811 IPPROTO_ENCAP, sel.ips_protocol); in ipsec_tun_inbound()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | sadb.h | 615 IPPROTO_IPV6 : IPPROTO_ENCAP) : \
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 159 #define IPPROTO_ENCAP 4 /* IP in IP encapsulation */ macro
|
/illumos-gate/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 1910 sel.ips_protocol = IPPROTO_ENCAP; in iptun_get_ipsec_overhead() 2419 ASSERT(outer4->ipha_protocol == IPPROTO_ENCAP || in iptun_input_icmp_v4() 2932 ASSERT(outer4->ipha_protocol == IPPROTO_ENCAP); in iptun_out_process_ipv4()
|
/illumos-gate/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct.c | 183 case IPPROTO_ENCAP: in flowacct_port_info()
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2181 #ifndef IPPROTO_ENCAP 2182 # define IPPROTO_ENCAP 4 macro
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 2633 case IPPROTO_ENCAP: return ("IPPROTO_ENCAP"); in ipprotos()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 2904 if (proto != 0 && proto != IPPROTO_ENCAP && in doaddup()
|