Home
last modified time | relevance | path

Searched refs:ARP_QUEUE_LEN (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/
D0037-enable-ARP-QUEUE-to-avoid-sync-packet-dropped.patch20 +#define ARP_QUEUE_LEN 32
D0038-add-tso.patch369 #define ARP_QUEUE_LEN 32
D0053-cleancode-improve-lwipopts.h-readability.patch2063 +#define ARP_QUEUE_LEN 32
2147 -#define ARP_QUEUE_LEN 32
DCHANGELOG1093 * etharp.c, opt.h: fixed bug #34681 Limit ARP queue length by ARP_QUEUE_LEN (=3)
/third_party/lwip/src/include/lwip/
Dopt.h662 #if !defined ARP_QUEUE_LEN || defined __DOXYGEN__
663 #define ARP_QUEUE_LEN 3 macro
/third_party/lwip/src/core/ipv4/
Detharp.c1089 #if ARP_QUEUE_LEN
1090 if (qlen >= ARP_QUEUE_LEN) {