DHCP_MIN_REPLY_LEN is only used within LwIP.
 
Symbols
loading...
Files
loading...

DHCP_MIN_REPLY_LEN macro

Syntax

#define DHCP_MIN_REPLY_LEN 44

References

LocationText
dhcp.c:116
#define DHCP_MIN_REPLY_LEN 44
dhcp.c:1781
if (p->len < DHCP_MIN_REPLY_LEN) {