Searched refs:nx_dhcp_your_ip_address (Results 1 – 2 of 2) sorted by relevance
1867 …rver_store_data(buffer + NX_DHCP_OFFSET_YOUR_IP, 4, dhcp_client_ptr -> nx_dhcp_your_ip_address); in _nx_dhcp_respond_to_client_message()1972 destination_ip_address = dhcp_client_ptr -> nx_dhcp_your_ip_address; in _nx_dhcp_respond_to_client_message()2116 dhcp_client_ptr -> nx_dhcp_your_ip_address = 0x0; in _nx_dhcp_clear_client_session()3885 else if ((dhcp_client_ptr -> nx_dhcp_your_ip_address != NX_DHCP_NO_ADDRESS) || in _nx_dhcp_validate_client_message()4661 … dhcp_client_ptr -> nx_dhcp_your_ip_address = interface_address_ptr -> nx_assignable_ip_address; in _nx_dhcp_server_assign_ip_address()4781 … dhcp_client_ptr -> nx_dhcp_your_ip_address = interface_address_ptr -> nx_assignable_ip_address; in _nx_dhcp_server_assign_ip_address()5011 temp_client_rec_ptr -> nx_dhcp_your_ip_address = value; in _nx_dhcp_server_extract_information()
440 …ULONG nx_dhcp_your_ip_address; /* "Your IP address" field in client DHCP message. */ member