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.c477 case IPPROTO_IGMP: in ip_print_demux()
/external/kernel-headers/original/linux/
Din.h28 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ enumerator
/external/strace/
Dnet.c117 #define IPPROTO_IGMP IPPROTO_IGMP macro
459 #ifdef IPPROTO_IGMP
460 { IPPROTO_IGMP, "IPPROTO_IGMP" },
/external/libppp/src/
Dip.c331 case IPPROTO_IGMP: in FilterCheck()
800 case IPPROTO_IGMP: in PacketCheck()
/external/libpcap/
Dgencode.c3750 #ifndef IPPROTO_IGMP
3751 #define IPPROTO_IGMP 2 macro
3755 b1 = gen_proto(IPPROTO_IGMP, Q_IP, Q_DEFAULT);