Symbol: IPPROTO_ESP
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1344
"esp", 9, 1, IPPROTO_ESP, 0, OP_OFFSET_LINK,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1345
"esp", 6, 1, IPPROTO_ESP, 1, OP_OFFSET_LINK,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1370
"esp", 9, 1, IPPROTO_ESP, 0, OP_OFFSET_LINK,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1371
"esp", 6, 1, IPPROTO_ESP, 1, OP_OFFSET_LINK,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1391
"esp", 9, 1, IPPROTO_ESP, 0, OP_OFFSET_LINK,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1392
"esp", 6, 1, IPPROTO_ESP, 1, OP_OFFSET_LINK,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
268
case IPPROTO_ESP:
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
452
case IPPROTO_ESP:
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
719
case IPPROTO_ESP: return ("ESP");
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ipsec.c
225
case IPPROTO_ESP:
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
1298
pf_check_transport_protocol(IPPROTO_ESP);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
149
{IPPROTO_ESP, ETHERTYPE_IP, IPV4_TYPE_HEADER_OFFSET},
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
150
{IPPROTO_ESP, ETHERTYPE_IPV6, IPV6_TYPE_HEADER_OFFSET},
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
179
{IPPROTO_ESP, (DL_IPNETINFO_VERSION << 8 | AF_INET),
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
181
{IPPROTO_ESP, (DL_IPNETINFO_VERSION << 8 | AF_INET6),
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
202
{IPPROTO_ESP, ETHERTYPE_IP, IPV4_TYPE_HEADER_OFFSET},
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
203
{IPPROTO_ESP, ETHERTYPE_IPV6, IPV6_TYPE_HEADER_OFFSET},
usr/src/cmd/ipf/lib/v6ionames.c
18
{ IPPROTO_ESP, 0x000010, 0, "esp" },
usr/src/cmd/ipf/tools/ipf_y.y
1434
| IPFY_ESP { $$ = getv6optbyvalue(IPPROTO_ESP); }
usr/src/cmd/truss/codes.c
2643
case IPPROTO_ESP: return ("IPPROTO_ESP");
usr/src/common/inet/inet_hash.c
323
case IPPROTO_ESP:
usr/src/uts/common/inet/ip/ip.c
12369
IPPROTO_ESP);
usr/src/uts/common/inet/ip/ip.c
1824
case IPPROTO_ESP:
usr/src/uts/common/inet/ip/ip.c
2177
case IPPROTO_ESP:
usr/src/uts/common/inet/ip/ip.c
2184
if (ipha->ipha_protocol == IPPROTO_ESP)
usr/src/uts/common/inet/ip/ip.c
5199
ipha->ipha_protocol = IPPROTO_ESP;
usr/src/uts/common/inet/ip/ip6.c
627
case IPPROTO_ESP:
usr/src/uts/common/inet/ip/ip6.c
861
case IPPROTO_ESP:
usr/src/uts/common/inet/ip/ip6.c
868
if (nexthdr == IPPROTO_ESP)
usr/src/uts/common/inet/ip/ip6_input.c
2023
(protocol != IPPROTO_ESP && protocol != IPPROTO_AH &&
usr/src/uts/common/inet/ip/ip6_input.c
2635
case IPPROTO_ESP: {
usr/src/uts/common/inet/ip/ip6_input.c
2651
if (protocol == IPPROTO_ESP) {
usr/src/uts/common/inet/ip/ip_input.c
2369
(protocol != IPPROTO_ESP && protocol != IPPROTO_AH)) {
usr/src/uts/common/inet/ip/ip_input.c
2842
case IPPROTO_ESP: {
usr/src/uts/common/inet/ip/ip_input.c
2858
if (protocol == IPPROTO_ESP) {
usr/src/uts/common/inet/ip/ip_sadb.c
132
ASSERT((protocol == IPPROTO_AH) || (protocol == IPPROTO_ESP));
usr/src/uts/common/inet/ip/ip_sadb.c
133
ipr = &ixa->ixa_ipsec_ref[protocol - IPPROTO_ESP];
usr/src/uts/common/inet/ip/ip_sadb.c
585
if (proto == IPPROTO_ESP) {
usr/src/uts/common/inet/ip/ip_sadb.c
846
if (ip6h->ip6_nxt != IPPROTO_ESP) {
usr/src/uts/common/inet/ip/ipsecesp.c
1134
IPPROTO_ESP, (uint8_t *)&newspi, sizeof (uint32_t), NULL);
usr/src/uts/common/inet/ip/ipsecesp.c
1140
espstack->ipsecesp_netstack, IPPROTO_ESP);
usr/src/uts/common/inet/ip/ipsecesp.c
2646
*nhp = IPPROTO_ESP;
usr/src/uts/common/inet/ip/ipsecesp.c
2652
*nhp = IPPROTO_ESP;
usr/src/uts/common/inet/ip/ipsecesp.c
3292
if (!ipsec_outbound_sa(data_mp, ixa, IPPROTO_ESP)) {
usr/src/uts/common/inet/ip/ipsecesp.c
801
if (ip6h->ip6_nxt == IPPROTO_ESP) {
usr/src/uts/common/inet/ip/sadb.c
2935
(samsg->sadb_msg_satype == SADB_SATYPE_AH) ? IPPROTO_AH:IPPROTO_ESP;
usr/src/uts/common/inet/ip/sadb.c
356
IPPROTO_AH : IPPROTO_ESP;
usr/src/uts/common/inet/ip/sadb.c
6151
(sa_type == SADB_SATYPE_AH) ? IPPROTO_AH : IPPROTO_ESP;
usr/src/uts/common/inet/ip/sadb.c
7270
(ipsa->ipsa_type == SADB_SATYPE_AH) ? IPPROTO_AH : IPPROTO_ESP,
usr/src/uts/common/inet/ip/sadb.c
732
IPPROTO_AH : IPPROTO_ESP;
usr/src/uts/common/inet/ipf/fil.c
1404
case IPPROTO_ESP :
usr/src/uts/common/inet/ipf/fil.c
264
{ IPPROTO_ESP, 0x000010 },
usr/src/uts/common/inet/ipf/fil.c
446
case IPPROTO_ESP :
usr/src/uts/common/inet/ipf/fil.c
796
if (ip6exthdr[i].ol_val == IPPROTO_ESP) {
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
2196
#ifndef IPPROTO_ESP
usr/src/uts/common/inet/ipf/netinet/ip_ipsec_pxy.c
138
if (nat_outlookup(fin, 0, IPPROTO_ESP, nat->nat_inip,
usr/src/uts/common/inet/ipf/netinet/ip_ipsec_pxy.c
174
ipn->in_p = IPPROTO_ESP;
usr/src/uts/common/inet/ipf/netinet/ip_ipsec_pxy.c
177
fi.fin_fi.fi_p = IPPROTO_ESP;
usr/src/uts/common/inet/ipf/netinet/ip_ipsec_pxy.c
182
ip->ip_p = IPPROTO_ESP;
usr/src/uts/common/inet/ipf/netinet/ip_ipsec_pxy.c
245
fi.fin_fi.fi_p = IPPROTO_ESP;
usr/src/uts/common/inet/ipf/netinet/ip_ipsec_pxy.c
249
ip->ip_p = IPPROTO_ESP;
usr/src/uts/common/io/bnxe/bnxe_rr.c
130
case IPPROTO_ESP:
usr/src/uts/common/io/mac/mac_provider.c
1708
case IPPROTO_ESP:
usr/src/uts/common/io/mac/mac_sched.c
1852
case IPPROTO_ESP:
usr/src/uts/common/io/mac/mac_sched.c
1873
case IPPROTO_ESP:
usr/src/uts/common/io/mac/mac_sched.c
2066
meoi.meoi_l4proto == IPPROTO_ESP) {
usr/src/uts/common/io/mac/mac_sched.c
2128
case IPPROTO_ESP:
usr/src/uts/common/io/mac/mac_sched.c
2200
case IPPROTO_ESP:
usr/src/uts/common/io/mac/mac_util.c
2092
case IPPROTO_ESP:
usr/src/uts/common/io/nxge/nxge_fflp.c
1106
tcam_ptr->ip4_proto_mask, IPPROTO_ESP);
usr/src/uts/common/io/nxge/nxge_fflp.c
1140
tcam_ptr->ip6_nxt_hdr_mask, IPPROTO_ESP);
usr/src/uts/common/io/nxge/nxge_fflp.c
2452
if (tp->ip4_proto_key == IPPROTO_ESP)
usr/src/uts/common/ipp/flowacct/flowacct.c
185
case IPPROTO_ESP:
usr/src/uts/common/ipp/ipgpc/classifier.c
563
case IPPROTO_ESP: