Searched refs:IPPROTO_IGMP (Results 1 - 7 of 7) sorted by relevance

/external/tcpdump/
H A Dipproto.h49 #ifndef IPPROTO_IGMP
50 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
H A Dipproto.c29 { IPPROTO_IGMP, "IGMP" },
H A Dprint-ip.c426 case IPPROTO_IGMP:
/external/iproute2/include/linux/
H A Din.h32 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator in enum:__anon7119
33 #define IPPROTO_IGMP IPPROTO_IGMP macro
/external/kernel-headers/original/uapi/linux/
H A Din.h32 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator in enum:__anon7964
33 #define IPPROTO_IGMP IPPROTO_IGMP macro
/external/strace/xlat/
H A Dinet_protocols.h23 #if defined(IPPROTO_IGMP) || (defined(HAVE_DECL_IPPROTO_IGMP) && HAVE_DECL_IPPROTO_IGMP)
24 XLAT(IPPROTO_IGMP),
/external/libpcap/
H A Dgencode.c4874 #ifndef IPPROTO_IGMP
4875 #define IPPROTO_IGMP 2 macro
4879 b1 = gen_proto(IPPROTO_IGMP, Q_IP, Q_DEFAULT);

Completed in 239 milliseconds