Searched refs:IPPROTO_ESP (Results 1 – 21 of 21) sorted by relevance
/external/tcpdump/ |
D | ipproto.h | 87 #ifndef IPPROTO_ESP 88 #define IPPROTO_ESP 50 /* SIPP Encap Sec. Payload */ macro
|
D | ipproto.c | 45 { IPPROTO_ESP, "ESP" },
|
D | print-ip6.c | 211 case IPPROTO_ESP: in ip6_print()
|
D | print-ip.c | 340 case IPPROTO_ESP: in ip_print_demux()
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 54 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator 55 #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 | 55 #if defined(IPPROTO_ESP) || (defined(HAVE_DECL_IPPROTO_ESP) && HAVE_DECL_IPPROTO_ESP) 56 XLAT(IPPROTO_ESP),
|
D | inet_protocols.in | 18 IPPROTO_ESP
|
/external/iproute2/include/ |
D | utils.h | 22 #ifndef IPPROTO_ESP 23 #define IPPROTO_ESP 50 macro
|
/external/libpcap/Win32/Include/ |
D | ip6_misc.h | 113 #define IPPROTO_ESP 50 /* encapsulating security payload */ macro
|
/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/iproute2/ip/ |
D | ipxfrm.c | 101 return (proto == IPPROTO_ESP || in xfrm_xfrmproto_is_ipsec() 118 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
|
D | xfrm_policy.c | 97 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage()
|
D | xfrm_state.c | 77 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage()
|
/external/ipsec-tools/ |
D | setup.c | 242 policy.q.sadb_x_ipsecrequest_proto = IPPROTO_ESP; in spdadd()
|
/external/libpcap/ |
D | gencode.c | 4893 #ifndef IPPROTO_ESP 4894 #define IPPROTO_ESP 50 macro 4897 b1 = gen_proto(IPPROTO_ESP, Q_IP, Q_DEFAULT); 4898 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:
|