Home
last modified time | relevance | path

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

/external/tcpdump/
Dipproto.h88 #ifndef IPPROTO_AH
89 #define IPPROTO_AH 51 /* SIPP Auth Header */ macro
Dipproto.c42 { IPPROTO_AH, "AH" },
Dprint-ip6.c205 case IPPROTO_AH: in ip6_print()
Dprint-ip.c332 case IPPROTO_AH: in ip_print_demux()
Dprint-icmp6.c1238 case IPPROTO_AH: in get_upperlayer()
/external/kernel-headers/original/uapi/linux/
Din.h58 IPPROTO_AH = 51, /* Authentication Header protocol */ enumerator
59 #define IPPROTO_AH IPPROTO_AH macro
/external/iproute2/include/linux/
Din.h58 IPPROTO_AH = 51, /* Authentication Header protocol */ enumerator
59 #define IPPROTO_AH IPPROTO_AH macro
/external/iptables/extensions/
Dlibip6t_ipv6header.c38 { "auth", IPPROTO_AH },
46 { "51", IPPROTO_AH },
58 { IPPROTO_AH, MASK_AH },
Dlibxt_policy.c150 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP && in policy_parse()
/external/strace/xlat/
Dinet_protocols.h65 #if defined(IPPROTO_AH) || (defined(HAVE_DECL_IPPROTO_AH) && HAVE_DECL_IPPROTO_AH)
66 XLAT(IPPROTO_AH),
Dinet_protocols.in19 IPPROTO_AH
/external/iproute2/include/
Dutils.h33 #ifndef IPPROTO_AH
34 #define IPPROTO_AH 51 macro
/external/libpcap/Win32/Include/
Dip6_misc.h112 #define IPPROTO_AH 51 /* authentication header */ macro
/external/iproute2/examples/bpf/
Dbpf_prog.c247 case IPPROTO_AH: in flow_ports_offset()
/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/
Dxfrm_state.c73 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage()
613 case IPPROTO_AH: in xfrm_state_modify()
Dipxfrm.c99 proto == IPPROTO_AH || in xfrm_xfrmproto_is_ipsec()
115 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
Dxfrm_policy.c94 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH)); in usage()
/external/libpcap/
Dgencode.c4969 #ifndef IPPROTO_AH
4970 #define IPPROTO_AH 51 macro
4973 b1 = gen_proto(IPPROTO_AH, Q_IP, Q_DEFAULT);
4974 b0 = gen_proto(IPPROTO_AH, Q_IPV6, Q_DEFAULT);
5753 s[i]->s.k = IPPROTO_AH;
/external/iptables/libxtables/
Dxtables.c1881 {"ah", IPPROTO_AH},
/external/iptables/iptables/
Dip6tables.c373 proto == IPPROTO_AH || in is_exthdr()
/external/ipsec-tools/src/racoon/
Dipsec_doi.c3311 case IPPROTO_AH:
3327 return IPPROTO_AH;
Dpfkey.c2981 case IPPROTO_AH: