Searched refs:gateway_address (Results 1 – 3 of 3) sorted by relevance
106 ULONG gateway_address; in sample_connection_monitor() local164 while (nx_ip_gateway_address_get(ip_ptr, &gateway_address)) in sample_connection_monitor()188 while (nx_ip_gateway_address_get(ip_ptr, &gateway_address)) in sample_connection_monitor()
315 ULONG gateway_address = 0; in sample_helper_thread_entry() local356 nx_ip_gateway_address_get(&ip_0, &gateway_address); in sample_helper_thread_entry()370 (gateway_address >> 24), in sample_helper_thread_entry()371 (gateway_address >> 16 & 0xFF), in sample_helper_thread_entry()372 (gateway_address >> 8 & 0xFF), in sample_helper_thread_entry()373 (gateway_address & 0xFF)); in sample_helper_thread_entry()616 ULONG gateway_address; in sntp_time_sync() local656 while (nx_ip_gateway_address_get(&ip_0, &gateway_address)) in sntp_time_sync()
1204 ULONG gateway_address; in _nx_dhcp_interface_reinitialize() local1243 status = nx_ip_gateway_address_get(dhcp_ptr -> nx_dhcp_ip_ptr, &gateway_address); in _nx_dhcp_interface_reinitialize()1246 … if ((status == NX_SUCCESS) && (gateway_address == interface_record -> nx_dhcp_gateway_address)) in _nx_dhcp_interface_reinitialize()