HomeSort by relevance Sort by last modified time
    Searched refs:igmp (Results 1 - 22 of 22) sorted by null

  /external/ltp/android/include/netinet/
igmp.h 1 #include <linux/igmp.h>
  /external/syslinux/core/lwip/src/core/
stats.c 91 stats_display_igmp(struct stats_igmp *igmp)
94 LWIP_PLATFORM_DIAG(("xmit: %"STAT_COUNTER_F"\n\t", igmp->xmit));
95 LWIP_PLATFORM_DIAG(("recv: %"STAT_COUNTER_F"\n\t", igmp->recv));
96 LWIP_PLATFORM_DIAG(("drop: %"STAT_COUNTER_F"\n\t", igmp->drop));
97 LWIP_PLATFORM_DIAG(("chkerr: %"STAT_COUNTER_F"\n\t", igmp->chkerr));
98 LWIP_PLATFORM_DIAG(("lenerr: %"STAT_COUNTER_F"\n\t", igmp->lenerr));
99 LWIP_PLATFORM_DIAG(("memerr: %"STAT_COUNTER_F"\n\t", igmp->memerr));
100 LWIP_PLATFORM_DIAG(("proterr: %"STAT_COUNTER_F"\n\t", igmp->proterr));
101 LWIP_PLATFORM_DIAG(("rx_v1: %"STAT_COUNTER_F"\n\t", igmp->rx_v1));
102 LWIP_PLATFORM_DIAG(("rx_group: %"STAT_COUNTER_F"\n", igmp->rx_group))
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
igmp.c 3 * IGMP - Internet Group Management Protocol
84 #include "lwip/igmp.h"
99 * IGMP constants
107 * IGMP message types, including version number.
120 * IGMP packet format.
154 * Initialize the IGMP module
167 * Dump global IGMP groups list
187 * Start IGMP processing on interface
189 * @param netif network interface on which start IGMP processing
196 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_start: starting IGMP processing on if %p\n", netif))
393 struct igmp_msg* igmp; local
777 struct igmp_msg* igmp = NULL; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
igmp.h 63 * @(#)igmp.h 8.1 (Berkeley) 6/10/93
67 struct igmp { struct
68 u_int8_t igmp_type; /* IGMP type */
94 #define IGMP_TIMER_SCALE 10 /* denotes that the igmp code field */
98 * States for the IGMP v2 state table.
107 * States for IGMP router version cache.
126 #endif /* netinet/igmp.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
igmp.h 63 * @(#)igmp.h 8.1 (Berkeley) 6/10/93
67 struct igmp { struct
68 u_int8_t igmp_type; /* IGMP type */
94 #define IGMP_TIMER_SCALE 10 /* denotes that the igmp code field */
98 * States for the IGMP v2 state table.
107 * States for IGMP router version cache.
126 #endif /* netinet/igmp.h */
  /external/syslinux/core/lwip/src/include/lwip/
stats.h 130 struct stats_igmp igmp; member in struct:stats_
193 #define IGMP_STATS_DISPLAY() stats_display_igmp(&lwip_stats.igmp)
275 void stats_display_igmp(struct stats_igmp *igmp);
282 #define stats_display_igmp(igmp)
  /external/tcpdump/
Android.mk 67 print-igmp.c \
  /prebuilts/go/darwin-x86/src/net/
interface_linux_test.go 93 ifmat := parseProcNetIGMP("testdata/igmp", &ifi)
interface_linux.go 205 ifmat4 := parseProcNetIGMP("/proc/net/igmp", ifi)
233 // address in /proc/net/igmp in native
lookup.go 22 "igmp": 2,
lookup_test.go 708 {"igmp", 2},
  /prebuilts/go/linux-x86/src/net/
interface_linux_test.go 93 ifmat := parseProcNetIGMP("testdata/igmp", &ifi)
interface_linux.go 205 ifmat4 := parseProcNetIGMP("/proc/net/igmp", ifi)
233 // address in /proc/net/igmp in native
lookup.go 22 "igmp": 2,
lookup_test.go 708 {"igmp", 2},
  /external/ltp/testcases/network/stress/ns-tools/
ns-igmp_querier.c 26 * This utiltity sends IGMP queries.
51 #include <netinet/igmp.h>
348 * info_p: pointer to data of igmp query information
390 * This function sends IGMP query
393 * info_p: pointer to data of igmp query information
  /external/tcpdump/win32/prj/
GNUmakefile 80 ../../print-igmp.o \
  /prebuilts/go/darwin-x86/src/syscall/
mksysctl_openbsd.pl 88 net.inet.igmp
zsysctl_openbsd.go 146 {"net.inet.igmp.stats", []_C_int{4, 2, 2, 1}},
  /prebuilts/go/linux-x86/src/syscall/
mksysctl_openbsd.pl 88 net.inet.igmp
zsysctl_openbsd.go 146 {"net.inet.igmp.stats", []_C_int{4, 2, 2, 1}},
  /external/libpcap/
scanner.l 193 igmp return IGMP;

Completed in 767 milliseconds