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

12

/external/tcpdump/
H A Dipproto.h85 #ifndef IPPROTO_ESP
86 #define IPPROTO_ESP 50 /* SIPP Encap Sec. Payload */ macro
H A Dipproto.c41 { IPPROTO_ESP, "ESP" },
H A Dprint-ip6.c209 case IPPROTO_ESP:
H A Dprint-ip.c341 case IPPROTO_ESP:
/external/iproute2/include/linux/
H A Din.h56 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator in enum:__anon7807
57 #define IPPROTO_ESP IPPROTO_ESP macro
/external/iptables/extensions/
H A Dlibip6t_ipv6header.c39 { "esp", IPPROTO_ESP },
47 { "50", IPPROTO_ESP },
59 { IPPROTO_ESP, MASK_ESP },
H A Dlibxt_policy.c150 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP &&
/external/kernel-headers/original/uapi/linux/
H A Din.h56 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator in enum:__anon8705
57 #define IPPROTO_ESP IPPROTO_ESP macro
/external/strace/xlat/
H A Dinet_protocols.h62 #if defined(IPPROTO_ESP) || (defined(HAVE_DECL_IPPROTO_ESP) && HAVE_DECL_IPPROTO_ESP)
63 XLAT(IPPROTO_ESP),
/external/libpcap/Win32/Include/
H A Dip6_misc.h111 #define IPPROTO_ESP 50 /* encapsulating security payload */ macro
/external/iproute2/include/
H A Dutils.h30 #ifndef IPPROTO_ESP
31 #define IPPROTO_ESP 50 macro
/external/iproute2/examples/bpf/
H A Dbpf_prog.c242 case IPPROTO_ESP:
/external/iproute2/ip/
H A Dtunnel.c54 case IPPROTO_ESP:
H A Dxfrm_state.c72 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP));
589 if (req.xsinfo.id.proto == IPPROTO_ESP)
598 case IPPROTO_ESP:
H A Dipxfrm.c98 return (proto == IPPROTO_ESP ||
115 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
H A Dxfrm_policy.c93 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP));
/external/ipsec-tools/src/libipsec/
H A Dipsec_dump_policy.c290 case IPPROTO_ESP:
/external/curl/lib/
H A Dcurl_setup.h540 * does not define IPPROTO_ESP in winsock2.h. But both
545 # if !defined(HAVE_WINSOCK2_H) || ((_MSC_VER < 1300) && !defined(IPPROTO_ESP))
/external/iproute2/tc/
H A Df_rsvp.c98 pinfo->protocol = IPPROTO_ESP;
/external/ipsec-tools/
H A Dsetup.c256 policy.q.sadb_x_ipsecrequest_proto = IPPROTO_ESP;
/external/iptables/iptables/
H A Dxtables-arp.c225 #ifndef IPPROTO_ESP
226 #define IPPROTO_ESP 50
/external/ipsec-tools/src/racoon/
H A Dcftoken.l423 esp { YYD; yylval.num = IPPROTO_ESP; return(UL_PROTO); }
H A Dipsec_doi.c3313 case IPPROTO_ESP:
3329 return IPPROTO_ESP;
/external/libpcap/
H A Dgencode.c4978 #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/
H A Dxtables.c1903 {"esp", IPPROTO_ESP},

Completed in 359 milliseconds

12