Home
last modified time | relevance | path

Searched refs:nx_dhcp_ip_address (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.4.1/addons/dhcp/
Dnxd_dhcp_client.c1222 if (interface_record -> nx_dhcp_ip_address) in _nx_dhcp_interface_reinitialize()
1229 if (ip_address == interface_record -> nx_dhcp_ip_address) in _nx_dhcp_interface_reinitialize()
1254 interface_record -> nx_dhcp_ip_address = NX_BOOTP_NO_ADDRESS; in _nx_dhcp_interface_reinitialize()
1585 interface_record -> nx_dhcp_ip_address = client_request_address; in _nx_dhcp_interface_request_client_ip()
3369 interface_record -> nx_dhcp_ip_address = NX_BOOTP_NO_ADDRESS; in _nx_dhcp_interface_enable()
5515 interface_record -> nx_dhcp_ip_address, in _nx_dhcp_packet_process()
5601 interface_record -> nx_dhcp_ip_address, in _nx_dhcp_packet_process()
5672 interface_record -> nx_dhcp_ip_address, in _nx_dhcp_packet_process()
5869 if ((interface_record -> nx_dhcp_ip_address != NX_BOOTP_NO_ADDRESS) && in _nx_dhcp_timeout_process()
5971 …_send(ip_ptr, interface_record -> nx_dhcp_interface_index, interface_record -> nx_dhcp_ip_address); in _nx_dhcp_timeout_process()
[all …]
Dnxd_dhcp_client.h398 …ULONG nx_dhcp_ip_address; /* Server assigned IP Address … member
423 …ULONG nx_dhcp_ip_address; /* Server assigned IP Address … member
/NetX-Duo-v6.4.1/test/regression/dhcp_test/
Dnetx_dhcp_send_request_internal_test.c485 dhcp_client.nx_dhcp_interface_record->nx_dhcp_ip_address = NX_BOOTP_BC_ADDRESS; in client_thread_entry()
523 dhcp_client.nx_dhcp_interface_record->nx_dhcp_ip_address = NX_BOOTP_BC_ADDRESS; in client_thread_entry()
Dnetx_dhcp_client_send_with_zero_source_address_test.c186 dhcp_client.nx_dhcp_interface_record[0].nx_dhcp_ip_address = i; in client_thread_entry()
Dnetx_dhcp_coverage_test.c364 dhcp_client.nx_dhcp_interface_record[0].nx_dhcp_ip_address = NX_BOOTP_BC_ADDRESS; in client_thread_entry()
377 dhcp_client.nx_dhcp_interface_record[0].nx_dhcp_ip_address = 1; in client_thread_entry()
379 dhcp_client.nx_dhcp_interface_record[0].nx_dhcp_ip_address = NX_BOOTP_BC_ADDRESS; in client_thread_entry()
812 interface_record->nx_dhcp_ip_address = 1; in client_thread_entry()