/external/tcpdump/ |
D | ipproto.h | 85 #ifndef IPPROTO_ESP 86 #define IPPROTO_ESP 50 /* SIPP Encap Sec. Payload */ macro
|
D | ipproto.c | 41 { IPPROTO_ESP, "ESP" },
|
D | print-ip6.c | 209 case IPPROTO_ESP: in ip6_print()
|
D | print-ip.c | 341 case IPPROTO_ESP: in ip_print_demux()
|
/external/iproute2/include/linux/ |
D | in.h | 56 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator 57 #define IPPROTO_ESP IPPROTO_ESP macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 56 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator 57 #define IPPROTO_ESP IPPROTO_ESP macro
|
/external/iptables/extensions/ |
D | libip6t_ipv6header.c | 39 { "esp", IPPROTO_ESP }, 47 { "50", IPPROTO_ESP }, 59 { IPPROTO_ESP, MASK_ESP },
|
D | libxt_policy.c | 150 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP && in policy_parse()
|
/external/strace/xlat/ |
D | inet_protocols.h | 62 #if defined(IPPROTO_ESP) || (defined(HAVE_DECL_IPPROTO_ESP) && HAVE_DECL_IPPROTO_ESP) 63 XLAT(IPPROTO_ESP),
|
D | inet_protocols.in | 18 IPPROTO_ESP
|
/external/iproute2/include/ |
D | utils.h | 30 #ifndef IPPROTO_ESP 31 #define IPPROTO_ESP 50 macro
|
/external/libpcap/Win32/Include/ |
D | ip6_misc.h | 111 #define IPPROTO_ESP 50 /* encapsulating security payload */ macro
|
/external/iproute2/ip/ |
D | tunnel.c | 54 case IPPROTO_ESP: in tnl_strproto()
|
D | xfrm_state.c | 72 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage() 589 if (req.xsinfo.id.proto == IPPROTO_ESP) in xfrm_state_modify() 598 case IPPROTO_ESP: in xfrm_state_modify()
|
D | ipxfrm.c | 98 return (proto == IPPROTO_ESP || in xfrm_xfrmproto_is_ipsec() 115 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
|
D | xfrm_policy.c | 93 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage()
|
/external/curl/lib/ |
D | curl_setup.h | 545 # if !defined(HAVE_WINSOCK2_H) || ((_MSC_VER < 1300) && !defined(IPPROTO_ESP))
|
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 242 case IPPROTO_ESP: in flow_ports_offset()
|
/external/ipsec-tools/src/libipsec/ |
D | ipsec_dump_policy.c | 290 case IPPROTO_ESP:
|
/external/iproute2/tc/ |
D | f_rsvp.c | 98 pinfo->protocol = IPPROTO_ESP; in get_addr_and_pi()
|
/external/ipsec-tools/ |
D | setup.c | 256 policy.q.sadb_x_ipsecrequest_proto = IPPROTO_ESP; in spdadd()
|
/external/libpcap/ |
D | gencode.c | 4978 #ifndef IPPROTO_ESP 4979 #define IPPROTO_ESP 50 macro 4982 b1 = gen_proto(IPPROTO_ESP, Q_IP, Q_DEFAULT); 4983 b0 = gen_proto(IPPROTO_ESP, Q_IPV6, Q_DEFAULT);
|
/external/iptables/libxtables/ |
D | xtables.c | 1880 {"esp", IPPROTO_ESP},
|
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.c | 3313 case IPPROTO_ESP: 3329 return IPPROTO_ESP;
|
D | pfkey.c | 2980 case IPPROTO_ESP:
|