Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Ddhcp.c157 #define DHCP_MIN_REPLY_LEN 44 macro
1789 if (p->len < DHCP_MIN_REPLY_LEN) { in dhcp_recv()