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 | 179 case IPPROTO_ESP: in ip6_print()
|
D | print-ip.c | 392 case IPPROTO_ESP: in ip_print_demux()
|
/external/iptables/extensions/ |
D | libip6t_ipv6header.c | 39 { "esp", IPPROTO_ESP }, 47 { "50", IPPROTO_ESP }, 59 { IPPROTO_ESP, MASK_ESP },
|
D | libxt_policy.c | 147 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP && in policy_parse()
|
/external/iproute2/include/ |
D | utils.h | 21 #ifndef IPPROTO_ESP 22 #define IPPROTO_ESP 50 macro
|
/external/kernel-headers/original/linux/ |
D | in.h | 41 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator
|
/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 | 91 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage()
|
D | xfrm_state.c | 76 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP)); in usage()
|
/external/ipsec-tools/ |
D | setup.c | 241 policy.q.sadb_x_ipsecrequest_proto = IPPROTO_ESP; in spdadd()
|
/external/strace/ |
D | net.c | 498 #ifdef IPPROTO_ESP 499 { IPPROTO_ESP, "IPPROTO_ESP" },
|
/external/iptables/iptables/ |
D | iptables.c | 195 #ifndef IPPROTO_ESP 196 #define IPPROTO_ESP 50
|
D | xtables.c | 1795 {"esp", IPPROTO_ESP},
|
/external/libpcap/ |
D | gencode.c | 3852 #ifndef IPPROTO_ESP 3853 #define IPPROTO_ESP 50 macro 3856 b1 = gen_proto(IPPROTO_ESP, Q_IP, Q_DEFAULT); 3858 b0 = gen_proto(IPPROTO_ESP, Q_IPV6, Q_DEFAULT);
|
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.c | 3309 case IPPROTO_ESP: 3325 return IPPROTO_ESP;
|
D | pfkey.c | 2980 case IPPROTO_ESP:
|
/external/ping6/ |
D | ping6.c | 2516 case IPPROTO_ESP: in pr_retip()
|