Home
last modified time | relevance | path

Searched refs:etharp_entry (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/
D0006-fix-coredump-in-etharp.patch14 @@ -102,10 +102,10 @@ struct etharp_entry {
18 -static struct etharp_entry arp_table[ARP_TABLE_SIZE];
19 +static PER_THREAD struct etharp_entry arp_table[ARP_TABLE_SIZE];
/third_party/lwip/src/core/ipv4/
Detharp.c90 struct etharp_entry { struct
105 static struct etharp_entry arp_table[ARP_TABLE_SIZE]; argument