Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/samples/
Dmain.c142 static NX_DHCP dhcp_0; variable
376 …nx_dhcp_interface_user_option_retrieve(&dhcp_0, 0, NX_DHCP_OPTION_DNS_SVR, (UCHAR *)(dns_server_ad… in sample_helper_thread_entry()
423 status = nx_dhcp_create(&dhcp_0, &ip_0, "DHCP Client"); in dhcp_wait()
432 status = nx_dhcp_user_option_request(&dhcp_0, NX_DHCP_OPTION_NTP_SVR); in dhcp_wait()
437 nx_dhcp_delete(&dhcp_0); in dhcp_wait()
442 status = nx_dhcp_start(&dhcp_0); in dhcp_wait()
447 nx_dhcp_delete(&dhcp_0); in dhcp_wait()
457 nx_dhcp_delete(&dhcp_0); in dhcp_wait()
623 …status = nx_dhcp_interface_user_option_retrieve(&dhcp_0, 0, NX_DHCP_OPTION_NTP_SVR, (UCHAR *)(sntp… in sntp_time_sync()
/NetX-Duo-v6.4.1/test/regression/azure_iot/
Dmain.c91 static NX_DHCP dhcp_0; variable
310 nx_dhcp_create(&dhcp_0, &ip_0, "DHCP Client"); in dhcp_wait()
313 nx_dhcp_start(&dhcp_0); in dhcp_wait()
351 …nx_dhcp_interface_user_option_retrieve(&dhcp_0, 0, NX_DHCP_OPTION_DNS_SVR, (UCHAR *)(dns_server_ad… in dns_create()