Symbol: IPPROTO_ENCAP
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipseckey.c
2904
if (proto != 0 && proto != IPPROTO_ENCAP &&
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
100
{ DL_6TO4, 0, 9, 1, IPPROTO_ENCAP, IPPROTO_IPV6,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
1773
while (nxt != IPPROTO_ENCAP && nxt != IPPROTO_IPV6) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
92
{ DL_IPV4, 0, 9, 1, IPPROTO_ENCAP, IPPROTO_IPV6,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
96
{ DL_IPV6, 0, 40, 1, IPPROTO_ENCAP, IPPROTO_IPV6,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1343
"ip-in-ip", 9, 1, IPPROTO_ENCAP, 0, OP_OFFSET_LINK,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1369
"ip-in-ip", 9, 1, IPPROTO_ENCAP, 0, OP_OFFSET_LINK,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1380
"ip", 0, 1, IPPROTO_ENCAP, -1, OP_OFFSET_ETHERTYPE,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1390
"ip-in-ip", 9, 1, IPPROTO_ENCAP, 0, OP_OFFSET_LINK,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
248
case IPPROTO_ENCAP:
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
433
case IPPROTO_ENCAP:
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
717
case IPPROTO_ENCAP: return ("IP-in-IP");
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ipsec.c
201
case IPPROTO_ENCAP:
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
1291
pf_check_transport_protocol(IPPROTO_ENCAP);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
148
{IPPROTO_ENCAP, ETHERTYPE_IP, IPV4_TYPE_HEADER_OFFSET},
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
177
{IPPROTO_ENCAP, (DL_IPNETINFO_VERSION << 8 | AF_INET),
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
201
{IPPROTO_ENCAP, ETHERTYPE_IP, IPV4_TYPE_HEADER_OFFSET},
usr/src/cmd/truss/codes.c
2633
case IPPROTO_ENCAP: return ("IPPROTO_ENCAP");
usr/src/uts/common/inet/ip/ip.c
12497
oipha->ipha_protocol = IPPROTO_ENCAP;
usr/src/uts/common/inet/ip/ip.c
1827
case IPPROTO_ENCAP:
usr/src/uts/common/inet/ip/ip.c
2220
case IPPROTO_ENCAP: {
usr/src/uts/common/inet/ip/ip.c
2281
if (ipha->ipha_protocol == IPPROTO_ENCAP) {
usr/src/uts/common/inet/ip/ip.c
2852
if (ipha->ipha_protocol == IPPROTO_ENCAP ||
usr/src/uts/common/inet/ip/ip.c
2876
if (ipha->ipha_protocol == IPPROTO_ENCAP) {
usr/src/uts/common/inet/ip/ip6.c
630
case IPPROTO_ENCAP:
usr/src/uts/common/inet/ip/ip6.c
636
if ((uint8_t *)in_ip6h + (nexthdr == IPPROTO_ENCAP ?
usr/src/uts/common/inet/ip/ip6.c
968
case IPPROTO_ENCAP:
usr/src/uts/common/inet/ip/ip6_input.c
2697
case IPPROTO_ENCAP:
usr/src/uts/common/inet/ip/ip_if.c
271
{ DL_IPV4, IFT_IPV4, IPPROTO_ENCAP, IPPROTO_IPV6,
usr/src/uts/common/inet/ip/ip_if.c
274
{ DL_IPV6, IFT_IPV6, IPPROTO_ENCAP, IPPROTO_IPV6,
usr/src/uts/common/inet/ip/ip_if.c
277
{ DL_6TO4, IFT_6TO4, IPPROTO_ENCAP, IPPROTO_IPV6,
usr/src/uts/common/inet/ip/ip_input.c
2918
case IPPROTO_ENCAP: {
usr/src/uts/common/inet/ip/ip_input.c
3101
if (protocol == IPPROTO_ENCAP && ipst->ips_ip_g_mrouter) {
usr/src/uts/common/inet/ip/ip_mroute.c
225
ENCAP_TTL, IPPROTO_ENCAP,
usr/src/uts/common/inet/ip/ipclassifier.c
1669
case IPPROTO_ENCAP:
usr/src/uts/common/inet/ip/ipclassifier.c
1811
case IPPROTO_ENCAP:
usr/src/uts/common/inet/ip/sadb.c
3032
if (srcext->sadb_address_proto != IPPROTO_ENCAP) {
usr/src/uts/common/inet/ip/sadb.c
3046
IPPROTO_ENCAP;
usr/src/uts/common/inet/ip/sadb.c
3048
IPPROTO_ENCAP;
usr/src/uts/common/inet/ip/sadb.c
4996
ASSERT(sel->ips_protocol == IPPROTO_ENCAP);
usr/src/uts/common/inet/ip/sadb.c
5646
IPPROTO_IPV6 : IPPROTO_ENCAP;
usr/src/uts/common/inet/ip/sadb.c
5729
IPPROTO_ENCAP : IPPROTO_IPV6;
usr/src/uts/common/inet/ip/sadb.c
7051
sel.ips_protocol != IPPROTO_ENCAP && sel.ips_protocol != 0) ||
usr/src/uts/common/inet/ip/sadb.c
7073
case IPPROTO_ENCAP:
usr/src/uts/common/inet/ip/sadb.c
7089
isel.ips_isv4 = (sel.ips_protocol == IPPROTO_ENCAP);
usr/src/uts/common/inet/ip/spd.c
5423
ixa->ixa_ipsec_proto = (inner_ipv4 != NULL) ? IPPROTO_ENCAP :
usr/src/uts/common/inet/ip/spd.c
5811
IPPROTO_ENCAP, sel.ips_protocol);
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
2181
#ifndef IPPROTO_ENCAP
usr/src/uts/common/inet/iptun/iptun.c
1909
sel.ips_protocol = IPPROTO_ENCAP;
usr/src/uts/common/inet/iptun/iptun.c
2418
ASSERT(outer4->ipha_protocol == IPPROTO_ENCAP ||
usr/src/uts/common/inet/iptun/iptun.c
2931
ASSERT(outer4->ipha_protocol == IPPROTO_ENCAP);
usr/src/uts/common/inet/sadb.h
615
IPPROTO_IPV6 : IPPROTO_ENCAP) : \
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
213
if (old_ipha->ipha_protocol == IPPROTO_ENCAP) {
usr/src/uts/common/io/mac/plugins/mac_ipv4.c
124
if (sap == IPPROTO_ENCAP || sap == IPPROTO_IPV6 || sap == 0) {
usr/src/uts/common/io/mac/plugins/mac_ipv6.c
198
while (nexthdr != IPPROTO_ENCAP && nexthdr != IPPROTO_IPV6) {
usr/src/uts/common/ipp/flowacct/flowacct.c
183
case IPPROTO_ENCAP:
usr/src/uts/common/ipp/ipgpc/classifier.c
561
case IPPROTO_ENCAP: