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

DHCP_OPTIONS_OFS macro

Syntax

#define DHCP_OPTIONS_OFS (DHCP_MSG_LEN + 4U)

References

LocationText
dhcp.h:56
#define DHCP_OPTIONS_OFS (DHCP_MSG_LEN + 4U) /* 4 byte: cookie */
dhcp.c:1539
options_idx = DHCP_OPTIONS_OFS;
dhcp.c:1617
LWIP_ERROR("overload in file/sname", options_idx == DHCP_OPTIONS_OFS, return ERR_VAL;);