Searched refs:etharp (Results 1 – 19 of 19) sorted by relevance
/third_party/lwip/ |
D | 0006-fix-coredump-in-etharp.patch | 4 Subject: [PATCH] fix coredump in etharp 7 src/core/ipv4/etharp.c | 4 ++-- 10 diff --git a/src/core/ipv4/etharp.c b/src/core/ipv4/etharp.c 12 --- a/src/core/ipv4/etharp.c 13 +++ b/src/core/ipv4/etharp.c
|
D | 0038-add-tso.patch | 7 src/core/ipv4/etharp.c | 17 +++- 16 diff --git a/src/core/ipv4/etharp.c b/src/core/ipv4/etharp.c 18 --- a/src/core/ipv4/etharp.c 19 +++ b/src/core/ipv4/etharp.c
|
D | CHANGELOG | 196 * 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 …]
|
D | 0001-add-makefile.patch | 107 + ipv4/etharp.c ipv4/icmp.c ipv4/ip4_addr.c ipv4/ip4.c \ 214 +/* Minimal changes to opt.h required for etharp unit tests: */
|
D | BUILD.gn | 31 "src/core/ipv4/etharp.c",
|
D | lwip.gni | 62 "$LWIPDIR/core/ipv4/etharp.c",
|
D | 0060-lwip-add-udp-multicast.patch | 110 ipv4/icmp.c ipv4/ip4_addr.c ipv4/ip4_frag.c ipv4/etharp.c \
|
D | 0053-cleancode-improve-lwipopts.h-readability.patch | 11 src/core/ipv4/etharp.c | 4 +- 460 diff --git a/src/core/ipv4/etharp.c b/src/core/ipv4/etharp.c 462 --- a/src/core/ipv4/etharp.c 463 +++ b/src/core/ipv4/etharp.c
|
D | 0080-enable-ipv6.patch | 69 ipv4/icmp.c ipv4/ip4_addr.c ipv4/ip4_frag.c ipv4/etharp.c \
|
D | lwip.spec | 20 Patch9005: 0006-fix-coredump-in-etharp.patch
|
D | 0002-adapt-lstack.patch | 2032 - ipv4/etharp.c ipv4/icmp.c ipv4/ip4_addr.c ipv4/ip4.c \ 2036 + ipv4/icmp.c ipv4/ip4_addr.c ipv4/ip4_frag.c ipv4/etharp.c \ 4981 -/* Minimal changes to opt.h required for etharp unit tests: */
|
/third_party/lwip/src/netif/ |
D | ethernet.c | 93 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/ |
D | etharp.c | 694 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/test/unit/ |
D | Filelists.mk | 42 $(TESTDIR)/etharp/test_etharp.c \
|
D | Filelists.cmake | 22 ${LWIP_TESTDIR}/etharp/test_etharp.c
|
/third_party/lwip/src/include/lwip/ |
D | stats.h | 239 struct stats_proto etharp; member 374 #define ETHARP_STATS_DISPLAY() stats_display_proto(&lwip_stats.etharp, "ETHARP")
|
/third_party/lwip/src/ |
D | Filelists.mk | 58 $(LWIPDIR)/core/ipv4/etharp.c \
|
D | Filelists.cmake | 61 ${LWIP_DIR}/src/core/ipv4/etharp.c
|
/third_party/libcoap/examples/lwip/ |
D | Makefile | 126 LWIP_SRC = def.c init.c tapif.c etharp.c netif.c timeouts.c stats.c udp.c \
|