Searched refs:NX_DHCP_OPTION_SUBNET_MASK (Results 1 – 3 of 3) sorted by relevance
231 if ((*(option_ptr) != NX_DHCP_OPTION_SUBNET_MASK) || in server_thread_entry()297 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_SUBNET_MASK); in client_thread_entry()
277 #define NX_DHCP_OPTION_SUBNET_MASK 1 macro
75 UCHAR _nx_dhcp_request_parameters[] = { NX_DHCP_OPTION_SUBNET_MASK,4669 case NX_DHCP_OPTION_SUBNET_MASK: in _nx_dhcp_interface_user_option_retrieve()7416 …if (_nx_dhcp_get_option_value(dhcp_message, NX_DHCP_OPTION_SUBNET_MASK, &value, length) == NX_SUCC… in _nx_dhcp_extract_information()