Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Ddhcp.c107 #define DHCP_MIN_REPLY_LEN 44 macro
1555 if (p->len < DHCP_MIN_REPLY_LEN) { in dhcp_recv()