/third_party/lwip/src/core/ipv4/ |
D | igmp.c | 325 struct igmp_msg *igmp; in igmp_input() local 329 IGMP_STATS_INC(igmp.recv); in igmp_input() 334 IGMP_STATS_INC(igmp.lenerr); in igmp_input() 346 igmp = (struct igmp_msg *)p->payload; in igmp_input() 347 if (inet_chksum(igmp, p->len)) { in igmp_input() 349 IGMP_STATS_INC(igmp.chkerr); in igmp_input() 360 IGMP_STATS_INC(igmp.drop); in igmp_input() 366 switch (igmp->igmp_msgtype) { in igmp_input() 369 if ((ip4_addr_cmp(dest, &allsystems)) && ip4_addr_isany(&igmp->igmp_group_address)) { in igmp_input() 371 …EMB_QUERY on \"ALL SYSTEMS\" address (224.0.0.1) [igmp_maxresp=%i]\n", (int)(igmp->igmp_maxresp))); in igmp_input() [all …]
|
/third_party/lwip/src/core/ |
D | stats.c | 83 stats_display_igmp(struct stats_igmp *igmp, const char *name) in stats_display_igmp() argument 86 LWIP_PLATFORM_DIAG(("xmit: %"STAT_COUNTER_F"\n\t", igmp->xmit)); in stats_display_igmp() 87 LWIP_PLATFORM_DIAG(("recv: %"STAT_COUNTER_F"\n\t", igmp->recv)); in stats_display_igmp() 88 LWIP_PLATFORM_DIAG(("drop: %"STAT_COUNTER_F"\n\t", igmp->drop)); in stats_display_igmp() 89 LWIP_PLATFORM_DIAG(("chkerr: %"STAT_COUNTER_F"\n\t", igmp->chkerr)); in stats_display_igmp() 90 LWIP_PLATFORM_DIAG(("lenerr: %"STAT_COUNTER_F"\n\t", igmp->lenerr)); in stats_display_igmp() 91 LWIP_PLATFORM_DIAG(("memerr: %"STAT_COUNTER_F"\n\t", igmp->memerr)); in stats_display_igmp() 92 LWIP_PLATFORM_DIAG(("proterr: %"STAT_COUNTER_F"\n\t", igmp->proterr)); in stats_display_igmp() 93 LWIP_PLATFORM_DIAG(("rx_v1: %"STAT_COUNTER_F"\n\t", igmp->rx_v1)); in stats_display_igmp() 94 LWIP_PLATFORM_DIAG(("rx_group: %"STAT_COUNTER_F"\n\t", igmp->rx_group)); in stats_display_igmp() [all …]
|
/third_party/lwip/src/include/lwip/ |
D | stats.h | 255 struct stats_igmp igmp; member 350 #define IGMP_STATS_DISPLAY() stats_display_igmp(&lwip_stats.igmp, "IGMP") 474 void stats_display_igmp(struct stats_igmp *igmp, const char *name); 481 #define stats_display_igmp(igmp, name) argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | igmp.h | 7 struct igmp { struct
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | igmp.h | 7 struct igmp { struct
|
/third_party/musl/include/netinet/ |
D | igmp.h | 7 struct igmp { struct
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | igmp.h | 7 struct igmp { struct
|
/third_party/lwip/ |
D | BUILD.gn | 33 "src/core/ipv4/igmp.c",
|
D | CHANGELOG | 916 * sockets.c: fixed bug #38165 (socket with mulicast): ensure igmp membership 1090 * igmp.c: fixed bug #39145 IGMP membership report for 224.0.0.1 1155 * igmp.c: fixed possible division by zero 1724 * init.c, igmp.c: patch #6463 (IGMP - Adding Random Delay): added define 2045 * igmp.c/.h, ip.h: Moved most defines from igmp.h to igmp.c for clarity 2049 * igmp.c, igmp.h, stats.c, stats.h: Improved IGMP stats 2053 * igmp.c: Fixed bug #28798 (Error in "Max Response Time" processing) and 2453 * ip.h, ip.c, igmp.c: bug #26487: Added ip_output_if_opt that can add IP options 2911 * igmp.h, igmp.c, netif.h, netif.c, ip.c: To enable to have interfaces with IGMP, 2945 * igmp.h, igmp.c, memp_std.h, memp.c, init.c, opt.h: Replace mem_malloc call by [all …]
|
D | 0080-enable-ipv6.patch | 70 - ipv4/ip4.c ipv4/igmp.c 71 + ipv4/ip4.c ipv4/igmp.c ipv6/icmp6.c ipv6/ip6_addr.c ipv6/ip6_frag.c \
|
D | lwip.gni | 64 "$LWIPDIR/core/ipv4/igmp.c",
|
D | 0060-lwip-add-udp-multicast.patch | 112 + ipv4/ip4.c ipv4/igmp.c
|
D | UPGRADING | 235 in cc.h, e.g. used by igmp)
|
/third_party/lwip/src/ |
D | Filelists.mk | 60 $(LWIPDIR)/core/ipv4/igmp.c \
|
D | Filelists.cmake | 63 ${LWIP_DIR}/src/core/ipv4/igmp.c
|
/third_party/NuttX/ |
D | LICENSE | 212 include/nuttx/net/igmp.h 7182 net/igmp/igmp_group.c 7183 net/igmp/igmp_initialize.c 7184 net/igmp/igmp_input.c 7185 net/igmp/igmp_join.c 7186 net/igmp/igmp_leave.c 7187 net/igmp/igmp_mcastmac.c 7188 net/igmp/igmp_msg.c 7189 net/igmp/igmp_poll.c 7190 net/igmp/igmp_timer.c
|
D | ReleaseNotes | 20133 - apps/netutils/netlib and apps/examples/igmp: Adapt to use the 29500 * [#2466](https://github.com/apache/nuttx/pull/2466) net/igmp: add sanity check to handle allocate …
|
/third_party/musl/ |
D | musl_src.gni | 2014 "include/netinet/igmp.h",
|