Home
last modified time | relevance | path

Searched refs:igmp (Results 1 – 18 of 18) sorted by relevance

/third_party/lwip/src/core/ipv4/
Digmp.c325 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/
Dstats.c83 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/
Dstats.h255 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/
Digmp.h7 struct igmp { struct
/third_party/musl/porting/uniproton/kernel/include/netinet/
Digmp.h7 struct igmp { struct
/third_party/musl/include/netinet/
Digmp.h7 struct igmp { struct
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Digmp.h7 struct igmp { struct
/third_party/lwip/
DBUILD.gn33 "src/core/ipv4/igmp.c",
DCHANGELOG916 * 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 …]
D0080-enable-ipv6.patch70 - ipv4/ip4.c ipv4/igmp.c
71 + ipv4/ip4.c ipv4/igmp.c ipv6/icmp6.c ipv6/ip6_addr.c ipv6/ip6_frag.c \
Dlwip.gni64 "$LWIPDIR/core/ipv4/igmp.c",
D0060-lwip-add-udp-multicast.patch112 + ipv4/ip4.c ipv4/igmp.c
DUPGRADING235 in cc.h, e.g. used by igmp)
/third_party/lwip/src/
DFilelists.mk60 $(LWIPDIR)/core/ipv4/igmp.c \
DFilelists.cmake63 ${LWIP_DIR}/src/core/ipv4/igmp.c
/third_party/NuttX/
DLICENSE212 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
DReleaseNotes20133 - 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/
Dmusl_src.gni2014 "include/netinet/igmp.h",