Home
last modified time | relevance | path

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

/external/tcpdump/
Dipproto.h51 #ifndef IPPROTO_IGMP
52 #define IPPROTO_IGMP 2 /* group mgmt protocol */ macro
Dipproto.c33 { IPPROTO_IGMP, "IGMP" },
Dprint-ip.c425 case IPPROTO_IGMP: in ip_print_demux()
/external/kernel-headers/original/uapi/linux/
Din.h30 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator
31 #define IPPROTO_IGMP IPPROTO_IGMP macro
/external/strace/xlat/
Dinet_protocols.h16 #if defined(IPPROTO_IGMP) || (defined(HAVE_DECL_IPPROTO_IGMP) && HAVE_DECL_IPPROTO_IGMP)
17 XLAT(IPPROTO_IGMP),
Dinet_protocols.in5 IPPROTO_IGMP
/external/libpcap/
Dgencode.c4789 #ifndef IPPROTO_IGMP
4790 #define IPPROTO_IGMP 2 macro
4794 b1 = gen_proto(IPPROTO_IGMP, Q_IP, Q_DEFAULT);