NX_DHCP_OPTION_SUBNET_MASK is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_DHCP_OPTION_SUBNET_MASK macro

Syntax

#define NX_DHCP_OPTION_SUBNET_MASK 1

References

LocationText
nxd_dhcp_client.h:278
#define NX_DHCP_OPTION_SUBNET_MASK 1
nxd_dhcp_client.c:76
UCHAR _nx_dhcp_request_parameters[] = { NX_DHCP_OPTION_SUBNET_MASK,
nxd_dhcp_client.c:4720
case NX_DHCP_OPTION_SUBNET_MASK:
nxd_dhcp_client.c:7470
if (_nx_dhcp_get_option_value(dhcp_message, NX_DHCP_OPTION_SUBNET_MASK, &value, length) == NX_SUCCESS)