Searched defs:IPPROTO_ESP (Results 1 - 6 of 6) sorted by relevance

/external/tcpdump/
H A Dipproto.h85 #ifndef IPPROTO_ESP
86 #define IPPROTO_ESP 50 /* SIPP Encap Sec. Payload */ macro
/external/iproute2/include/
H A Dutils.h30 #ifndef IPPROTO_ESP
31 #define IPPROTO_ESP 50 macro
/external/libpcap/Win32/Include/
H A Dip6_misc.h111 #define IPPROTO_ESP 50 /* encapsulating security payload */ macro
/external/iproute2/include/linux/
H A Din.h56 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator in enum:__anon7291
57 #define IPPROTO_ESP IPPROTO_ESP macro
/external/kernel-headers/original/uapi/linux/
H A Din.h56 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator in enum:__anon8136
57 #define IPPROTO_ESP IPPROTO_ESP macro
/external/libpcap/
H A Dgencode.c4978 #ifndef IPPROTO_ESP
4979 #define IPPROTO_ESP 50 macro
4982 b1 = gen_proto(IPPROTO_ESP, Q_IP, Q_DEFAULT);
4983 b0 = gen_proto(IPPROTO_ESP, Q_IPV6, Q_DEFAULT);

Completed in 440 milliseconds