Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dopt.h655 #if !defined ARP_QUEUE_LEN || defined __DOXYGEN__
656 #define ARP_QUEUE_LEN 3 macro
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Detharp.c1058 #if ARP_QUEUE_LEN
1059 if (qlen >= ARP_QUEUE_LEN) {
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG1180 * etharp.c, opt.h: fixed bug #34681 Limit ARP queue length by ARP_QUEUE_LEN (=3)