Searched defs:IPPROTO_AH (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/include/
H A Dutils.h25 #ifndef IPPROTO_AH
26 #define IPPROTO_AH 51 macro
/external/tcpdump/
H A Dipproto.h90 #ifndef IPPROTO_AH
91 #define IPPROTO_AH 51 /* SIPP Auth Header */ macro
/external/libpcap/Win32/Include/
H A Dip6_misc.h114 #define IPPROTO_AH 51 /* authentication header */ macro
/external/kernel-headers/original/uapi/linux/
H A Din.h56 IPPROTO_AH = 51, /* Authentication Header protocol */ enumerator in enum:__anon6897
57 #define IPPROTO_AH IPPROTO_AH macro
/external/libpcap/
H A Dgencode.c4884 #ifndef IPPROTO_AH
4885 #define IPPROTO_AH 51 macro
4888 b1 = gen_proto(IPPROTO_AH, Q_IP, Q_DEFAULT);
4889 b0 = gen_proto(IPPROTO_AH, Q_IPV6, Q_DEFAULT);
5671 /* if (A == IPPROTO_AH) then fall through; else goto end; */
5675 s[i]->s.k = IPPROTO_AH;

Completed in 215 milliseconds