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

DHCP_SNAME_LEN macro

Syntax

#define DHCP_SNAME_LEN 64U

References

LocationText
dhcp.h:52
#define DHCP_SNAME_LEN 64U
dhcp.c:1731
options_idx_max = DHCP_SNAME_OFS + DHCP_SNAME_LEN;
dhcp.h:77
PACK_STRUCT_FLD_8(u8_t sname[DHCP_SNAME_LEN]);