Home
last modified time | relevance | path

Searched refs:NX_BOOTP_NO_ADDRESS (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/addons/dhcp/
Dnxd_dhcp_client.c1255 interface_record -> nx_dhcp_ip_address = NX_BOOTP_NO_ADDRESS; in _nx_dhcp_interface_reinitialize()
1258 interface_record -> nx_dhcp_server_ip = NX_BOOTP_NO_ADDRESS; in _nx_dhcp_interface_reinitialize()
1261 interface_record -> nx_dhcp_gateway_address = NX_BOOTP_NO_ADDRESS; in _nx_dhcp_interface_reinitialize()
1262 interface_record -> nx_dhcp_network_mask = NX_BOOTP_NO_ADDRESS; in _nx_dhcp_interface_reinitialize()
1351 if (client_request_address == NX_BOOTP_NO_ADDRESS) in _nxe_dhcp_request_client_ip()
3370 interface_record -> nx_dhcp_ip_address = NX_BOOTP_NO_ADDRESS; in _nx_dhcp_interface_enable()
3373 interface_record -> nx_dhcp_server_ip = NX_BOOTP_NO_ADDRESS; in _nx_dhcp_interface_enable()
5870 if ((interface_record -> nx_dhcp_ip_address != NX_BOOTP_NO_ADDRESS) && in _nx_dhcp_timeout_process()
6687 _nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_CLIENT_IP, 4, NX_BOOTP_NO_ADDRESS); in _nx_dhcp_send_request_internal()
6695 _nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_YOUR_IP, 4, NX_BOOTP_NO_ADDRESS); in _nx_dhcp_send_request_internal()
[all …]
Dnxd_dhcp_client.h328 #define NX_BOOTP_NO_ADDRESS IP_ADDRESS(0, 0, 0, 0) macro