Home
last modified time | relevance | path

Searched refs:gateway_address (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.3.0/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk_connect.c106 ULONG gateway_address; in sample_connection_monitor() local
164 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()
/NetX-Duo-v6.3.0/samples/
Dmain.c315 ULONG gateway_address = 0; in sample_helper_thread_entry() local
356 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() local
656 while (nx_ip_gateway_address_get(&ip_0, &gateway_address)) in sntp_time_sync()
/NetX-Duo-v6.3.0/addons/dhcp/
Dnxd_dhcp_client.c1204 ULONG gateway_address; in _nx_dhcp_interface_reinitialize() local
1243 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()