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

/external/iproute2/include/
H A Dutils.h21 #ifndef IPPROTO_ESP
22 #define IPPROTO_ESP 50 macro
/external/tcpdump/
H A Dipproto.h87 #ifndef IPPROTO_ESP
88 #define IPPROTO_ESP 50 /* SIPP Encap Sec. Payload */ macro
/external/kernel-headers/original/linux/
H A Din.h41 IPPROTO_ESP = 50, /* Encapsulation Security Payload protocol */ enumerator in enum:__anon6930
/external/libpcap/
H A Dgencode.c3852 #ifndef IPPROTO_ESP
3853 #define IPPROTO_ESP 50 macro
3856 b1 = gen_proto(IPPROTO_ESP, Q_IP, Q_DEFAULT);
3858 b0 = gen_proto(IPPROTO_ESP, Q_IPV6, Q_DEFAULT);

Completed in 157 milliseconds