Home
last modified time | relevance | path

Searched refs:IPPROTO_IGMP (Results 1 – 8 of 8) sorted by relevance

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