/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_ipsec_pxy.c | 162 if (ipf_nat_outlookup(fin, 0, IPPROTO_ESP, nat->nat_nsrcip, in ipf_p_ipsec_new() 208 ipn->in_pr[0] = IPPROTO_ESP; in ipf_p_ipsec_new() 209 ipn->in_pr[1] = IPPROTO_ESP; in ipf_p_ipsec_new() 219 fi.fin_fi.fi_p = IPPROTO_ESP; in ipf_p_ipsec_new() 224 ip->ip_p = IPPROTO_ESP; in ipf_p_ipsec_new() 287 fi.fin_fi.fi_p = IPPROTO_ESP; in ipf_p_ipsec_inout() 291 ip->ip_p = IPPROTO_ESP; in ipf_p_ipsec_inout()
|
H A D | ip_compat.h | 1206 #ifndef IPPROTO_ESP 1207 # define IPPROTO_ESP 50 macro
|
/netbsd-src/external/bsd/tcpdump/dist/ |
H A D | ipproto.h | 82 #ifndef IPPROTO_ESP 83 #define IPPROTO_ESP 50 /* SIPP Encap Sec. Payload */ macro
|
/netbsd-src/sys/netipsec/ |
H A D | ipsec_input.c | 101 case IPPROTO_ESP: \ 192 case IPPROTO_ESP: in spi_get() 230 if ((sproto == IPPROTO_ESP && !esp_enable) || in ipsec_common_input() 386 KASSERTMSG(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec4_common_input_cb() 526 KASSERTMSG(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec6_common_input_cb()
|
H A D | ipsec_netbsd.c | 151 IPPROTO_ESP, esp->esp_spi, 0, 0); in esp4_ctlinput() 322 IPPROTO_ESP, espp->esp_spi, 0, 0); in esp6_ctlinput() 523 CTL_NET, PF_INET, IPPROTO_ESP, CTL_EOL); in sysctl_net_inet_ipsec_setup() 528 CTL_NET, PF_INET, IPPROTO_ESP, in sysctl_net_inet_ipsec_setup()
|
H A D | ipsec_output.c | 391 case IPPROTO_ESP: \ in ipsec_nextisr() 456 if ((isr->saidx.proto == IPPROTO_ESP && !esp_enable) || in ipsec_nextisr() 663 case IPPROTO_ESP: in compute_ipsec_pos()
|
H A D | ipsec.c | 1336 case IPPROTO_ESP: in ipsec_get_reqlevel() 1410 case IPPROTO_ESP: in ipsec_sp_reject() 1499 case IPPROTO_ESP: in ipsec_sp_hdrsiz()
|
H A D | xform_ipcomp.c | 312 case IPPROTO_ESP: in ipcomp_input_cb()
|
H A D | xform_esp.c | 835 prot = IPPROTO_ESP; in esp_output()
|
H A D | key.c | 1900 case IPPROTO_ESP: in _key_msg2sp() 3820 case IPPROTO_ESP: in key_init_xform() 3857 case IPPROTO_ESP: in key_init_xform() 5273 return IPPROTO_ESP; in key_satype2proto() 5295 case IPPROTO_ESP: in key_proto2satype() 6729 case IPPROTO_ESP: in key_getprop()
|
/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | v6ionames.c | 20 { IPPROTO_ESP, 0x000010, 0, "esp" },
|
/netbsd-src/sys/altq/ |
H A D | altq_subr.c | 779 #ifndef IPPROTO_ESP 780 #define IPPROTO_ESP 50 /* encapsulating security payload */ macro 948 case IPPROTO_ESP: in extract_ports4() 1032 case IPPROTO_ESP: in extract_ports6()
|
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/ |
H A D | ipsec_dump_policy.c | 284 case IPPROTO_ESP: in ipsec_dump_ipsecrequest()
|
/netbsd-src/sys/netinet/ |
H A D | in.h | 94 #define IPPROTO_ESP 50 /* encap. security payload */ macro
|
H A D | in_proto.c | 369 .pr_protocol = IPPROTO_ESP,
|
H A D | udp_usrreq.c | 1316 ip->ip_p = IPPROTO_ESP; in udp4_espinudp() 1337 ipsec4_common_input(m, iphdrlen, IPPROTO_ESP); in udp4_espinudp()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/netinet/ |
H A D | in_.d | 34 enum IPPROTO_ESP = 50; in version() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/ |
H A D | in_.d | 63 enum IPPROTO_ESP = 50; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/netinet/ |
H A D | in_.d | 67 enum IPPROTO_ESP = 50; variable
|
/netbsd-src/sys/netinet6/ |
H A D | in6_proto.c | 396 .pr_protocol = IPPROTO_ESP,
|
H A D | udp6_usrreq.c | 1484 ip6->ip6_nxt = IPPROTO_ESP; in udp6_espinudp() 1506 ipsec6_common_input(&m, &ip6hdrlen, IPPROTO_ESP); in udp6_espinudp()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/netinet/ |
H A D | in_.d | 91 enum IPPROTO_ESP = 50; variable
|
/netbsd-src/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 1044 case IPPROTO_ESP: in get_udphdr()
|
/netbsd-src/sys/kern/ |
H A D | uipc_mbufdebug.c | 206 case IPPROTO_ESP: in str_ipproto()
|
/netbsd-src/usr.bin/kdump/ |
H A D | kdump.c | 603 CASERETURN(IPPROTO_ESP); in sockproto()
|