Home
last modified time | relevance | path

Searched refs:IPPROTO_AH (Results 1 – 22 of 22) sorted by relevance

/external/tcpdump/
Dipproto.h90 #ifndef IPPROTO_AH
91 #define IPPROTO_AH 51 /* SIPP Auth Header */ macro
Dipproto.c46 { IPPROTO_AH, "AH" },
Dprint-ip6.c175 case IPPROTO_AH: in ip6_print()
Dprint-ip.c383 case IPPROTO_AH: in ip_print_demux()
Dprint-icmp6.c578 case IPPROTO_AH: in get_upperlayer()
/external/iptables/extensions/
Dlibip6t_ipv6header.c44 { "auth", IPPROTO_AH },
52 { "51", IPPROTO_AH },
64 { IPPROTO_AH, MASK_AH },
Dlibipt_policy.c224 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP && in parse()
Dlibip6t_policy.c264 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP && in parse()
/external/iproute2/include/
Dutils.h24 #ifndef IPPROTO_AH
25 #define IPPROTO_AH 51 macro
/external/kernel-headers/original/linux/
Din.h42 IPPROTO_AH = 51, /* Authentication Header protocol */ enumerator
/external/iptables/
Dip6tables-save.c71 { "ah", IPPROTO_AH },
Diptables-save.c78 { "ah", IPPROTO_AH },
Dip6tables.c218 #ifndef IPPROTO_AH
219 #define IPPROTO_AH 51
230 { "ah", IPPROTO_AH },
887 proto == IPPROTO_AH || in is_exthdr()
Diptables.c223 #ifndef IPPROTO_AH
224 #define IPPROTO_AH 51
234 { "ah", IPPROTO_AH },
/external/ipsec-tools/src/libipsec/
Dipsec_dump_policy.c293 case IPPROTO_AH:
/external/iproute2/tc/
Df_rsvp.c88 pinfo->protocol = IPPROTO_AH; in get_addr_and_pi()
/external/iproute2/ip/
Dipxfrm.c99 proto == IPPROTO_AH || in xfrm_xfrmproto_is_ipsec()
115 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
Dxfrm_policy.c90 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage()
Dxfrm_state.c74 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage()
/external/libpcap/
Dgencode.c3841 #ifndef IPPROTO_AH
3842 #define IPPROTO_AH 51 macro
3845 b1 = gen_proto(IPPROTO_AH, Q_IP, Q_DEFAULT);
3847 b0 = gen_proto(IPPROTO_AH, Q_IPV6, Q_DEFAULT);
4647 s[i]->s.k = IPPROTO_AH;
/external/ipsec-tools/src/racoon/
Dipsec_doi.c3307 case IPPROTO_AH:
3323 return IPPROTO_AH;
Dpfkey.c2981 case IPPROTO_AH: