Searched refs:IPPROTO_AH (Results 1 - 25 of 26) sorted by relevance

12

/external/tcpdump/
H A Dipproto.h88 #ifndef IPPROTO_AH
89 #define IPPROTO_AH 51 /* SIPP Auth Header */ macro
H A Dipproto.c42 { IPPROTO_AH, "AH" },
H A Dprint-ip6.c205 case IPPROTO_AH:
H A Dprint-ip.c332 case IPPROTO_AH:
H A Dprint-icmp6.c1238 case IPPROTO_AH:
/external/iproute2/include/linux/
H A Din.h58 IPPROTO_AH = 51, /* Authentication Header protocol */ enumerator in enum:__anon7807
59 #define IPPROTO_AH IPPROTO_AH macro
/external/iptables/extensions/
H A Dlibip6t_ipv6header.c38 { "auth", IPPROTO_AH },
46 { "51", IPPROTO_AH },
58 { IPPROTO_AH, MASK_AH },
H A Dlibxt_policy.c150 if (e->proto != IPPROTO_AH && e->proto != IPPROTO_ESP &&
/external/kernel-headers/original/uapi/linux/
H A Din.h58 IPPROTO_AH = 51, /* Authentication Header protocol */ enumerator in enum:__anon8705
59 #define IPPROTO_AH IPPROTO_AH macro
/external/strace/xlat/
H A Dinet_protocols.h65 #if defined(IPPROTO_AH) || (defined(HAVE_DECL_IPPROTO_AH) && HAVE_DECL_IPPROTO_AH)
66 XLAT(IPPROTO_AH),
/external/libpcap/Win32/Include/
H A Dip6_misc.h112 #define IPPROTO_AH 51 /* authentication header */ macro
/external/iproute2/include/
H A Dutils.h33 #ifndef IPPROTO_AH
34 #define IPPROTO_AH 51 macro
/external/iproute2/examples/bpf/
H A Dbpf_prog.c247 case IPPROTO_AH:
/external/ipsec-tools/src/libipsec/
H A Dipsec_dump_policy.c293 case IPPROTO_AH:
/external/iproute2/tc/
H A Df_rsvp.c86 pinfo->protocol = IPPROTO_AH;
/external/iptables/iptables/
H A Dnft-ipv6.c297 proto == IPPROTO_AH ||
H A Dxtables-arp.c228 #ifndef IPPROTO_AH
229 #define IPPROTO_AH 51
H A Dip6tables.c380 proto == IPPROTO_AH ||
/external/iproute2/ip/
H A Dipxfrm.c99 proto == IPPROTO_AH ||
115 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
H A Dxfrm_state.c73 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH));
613 case IPPROTO_AH:
H A Dxfrm_policy.c94 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH));
/external/libpcap/
H A 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);
5749 /* if (A == IPPROTO_AH) then fall through; else goto end; */
5753 s[i]->s.k = IPPROTO_AH;
/external/ipsec-tools/src/racoon/
H A Dcftoken.l424 ah { YYD; yylval.num = IPPROTO_AH; return(UL_PROTO); }
H A Dipsec_doi.c3311 case IPPROTO_AH:
3327 return IPPROTO_AH;
/external/iptables/libxtables/
H A Dxtables.c1904 {"ah", IPPROTO_AH},

Completed in 540 milliseconds

12