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.c38 { "auth", IPPROTO_AH },
46 { "51", IPPROTO_AH },
58 { IPPROTO_AH, MASK_AH },
Dlibxt_policy.c147 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP && in policy_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/ipsec-tools/src/libipsec/
Dipsec_dump_policy.c293 case IPPROTO_AH:
/external/iproute2/tc/
Df_rsvp.c86 pinfo->protocol = IPPROTO_AH; in get_addr_and_pi()
/external/iproute2/ip/
Dipxfrm.c102 proto == IPPROTO_AH || in xfrm_xfrmproto_is_ipsec()
118 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
Dxfrm_policy.c92 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage()
Dxfrm_state.c77 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage()
/external/strace/
Dnet.c501 #ifdef IPPROTO_AH
502 { IPPROTO_AH, "IPPROTO_AH" },
/external/iptables/iptables/
Diptables.c198 #ifndef IPPROTO_AH
199 #define IPPROTO_AH 51
Dxtables.c1796 {"ah", IPPROTO_AH},
Dip6tables.c386 proto == IPPROTO_AH || in is_exthdr()
/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:
/external/ping6/
Dping6.c2506 case IPPROTO_AH: in pr_retip()