Searched refs:IPPROTO_ESP (Results 1 - 23 of 23) sorted by relevance

/external/tcpdump/
H A Dipproto.h87 #ifndef IPPROTO_ESP
88 #define IPPROTO_ESP 50 /* SIPP Encap Sec. Payload */ macro
H A Dipproto.c45 { IPPROTO_ESP, "ESP" },
H A Dprint-ip6.c179 case IPPROTO_ESP:
H A Dprint-ip.c392 case IPPROTO_ESP:
/external/iptables/extensions/
H A Dlibip6t_ipv6header.c39 { "esp", IPPROTO_ESP },
47 { "50", IPPROTO_ESP },
59 { IPPROTO_ESP, MASK_ESP },
H A Dlibxt_policy.c147 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP &&
/external/iproute2/include/
H A Dutils.h21 #ifndef IPPROTO_ESP
22 #define IPPROTO_ESP 50 macro
/external/kernel-headers/original/linux/
H A Din.h41 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator in enum:__anon7523
/external/ipsec-tools/src/libipsec/
H A Dipsec_dump_policy.c290 case IPPROTO_ESP:
/external/iproute2/tc/
H A Df_rsvp.c98 pinfo->protocol = IPPROTO_ESP;
/external/ipsec-tools/
H A Dsetup.c241 policy.q.sadb_x_ipsecrequest_proto = IPPROTO_ESP;
/external/iproute2/ip/
H A Dipxfrm.c101 return (proto == IPPROTO_ESP ||
118 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
H A Dxfrm_policy.c91 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP));
H A Dxfrm_state.c76 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP));
/external/strace/
H A Dnet.c498 #ifdef IPPROTO_ESP
499 { IPPROTO_ESP, "IPPROTO_ESP" },
/external/iptables/iptables/
H A Diptables.c195 #ifndef IPPROTO_ESP
196 #define IPPROTO_ESP 50
H A Dxtables.c1795 {"esp", IPPROTO_ESP},
/external/libppp/src/
H A Dip.c778 case IPPROTO_ESP:
/external/ipsec-tools/src/racoon/
H A Dcftoken.l423 esp { YYD; yylval.num = IPPROTO_ESP; return(UL_PROTO); }
H A Dipsec_doi.c3309 case IPPROTO_ESP:
3325 return IPPROTO_ESP;
H A Dpfkey.c2980 case IPPROTO_ESP:
/external/libpcap/
H A Dgencode.c3852 #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/ping6/
H A Dping6.c2516 case IPPROTO_ESP:

Completed in 1240 milliseconds