Home
last modified time | relevance | path

Searched refs:etharp (Results 1 – 10 of 10) sorted by relevance

/third_party/lwip/src/netif/
Dethernet.c93 ETHARP_STATS_INC(etharp.proterr);
94 ETHARP_STATS_INC(etharp.drop);
120 ETHARP_STATS_INC(etharp.proterr);
121 ETHARP_STATS_INC(etharp.drop);
200 ETHARP_STATS_INC(etharp.lenerr);
201 ETHARP_STATS_INC(etharp.drop);
240 ETHARP_STATS_INC(etharp.proterr);
241 ETHARP_STATS_INC(etharp.drop);
/third_party/lwip/src/core/ipv4/
Detharp.c694 ETHARP_STATS_INC(etharp.proterr);
695 ETHARP_STATS_INC(etharp.drop);
699 ETHARP_STATS_INC(etharp.recv);
769 ETHARP_STATS_INC(etharp.err);
899 ETHARP_STATS_INC(etharp.cachehit);
989 ETHARP_STATS_INC(etharp.memerr);
1117 ETHARP_STATS_INC(etharp.memerr);
1159 ETHARP_STATS_INC(etharp.memerr);
1199 ETHARP_STATS_INC(etharp.xmit);
/third_party/lwip/
DCHANGELOG196 * etharp: arp table can now be bigger than 127 entries
530 * opt.h, etharp.c: with ETHARP_TABLE_MATCH_NETIF== 1, duplicate (Auto)-IP
535 * etharp.c: Stable etharp entries that are about to expire are now refreshed
585 * opt.h, pbuf.h/.c, etharp.c: Added the option PBUF_LINK_ENCAPSULATION_HLEN to
648 * opt.h, etharp.c: Added LWIP_HOOK_ETHARP_GET_GW to implement IPv4 routing with
652 * opt.h, etharp.h/.c: patch #7993: Added support for transmitting packets
750 * etharp: removed ETHARP_TRUST_IP_MAC since it is insecure and we don't need
762 * etharp.c: fixed bug #48477 (ARP input packet might update static entry)
904 * ip4.c, etharp.c: fixed bug #40177 (System hangs when dealing with corrupted
1093 * etharp.c, opt.h: fixed bug #34681 Limit ARP queue length by ARP_QUEUE_LEN (=3)
[all …]
Dlwip.gni62 "$LWIPDIR/core/ipv4/etharp.c",
/third_party/lwip/test/unit/
DFilelists.mk42 $(TESTDIR)/etharp/test_etharp.c \
DFilelists.cmake22 ${LWIP_TESTDIR}/etharp/test_etharp.c
/third_party/lwip/src/include/lwip/
Dstats.h239 struct stats_proto etharp; member
374 #define ETHARP_STATS_DISPLAY() stats_display_proto(&lwip_stats.etharp, "ETHARP")
/third_party/libcoap/examples/lwip/
DMakefile31 LWIPOBJS = def.o init.o tapif.o etharp.o netif.o timeouts.o stats.o mem.o memp.o udp.o tcp.o pbuf.o…
/third_party/lwip/src/
DFilelists.mk58 $(LWIPDIR)/core/ipv4/etharp.c \
DFilelists.cmake61 ${LWIP_DIR}/src/core/ipv4/etharp.c