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

  /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/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...]
  /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)

Completed in 130 milliseconds