Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_multihome_dhcp_client.c172 status = nx_dhcp_create(&dhcp_client, &client_ip, "dhcp_client"); in client_thread_entry()
Ddemo_netx_duo_ptp_client.c244 nx_dhcp_create(&dhcp_client, &ip_0, "dhcp_client"); in dhcp_wait()
Ddemo_netxduo_dhcp.c244 status = nx_dhcp_create(&dhcp_client, &client_ip, "DHCP-CLIENT"); in client_thread_entry()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.h538 #define nx_dhcp_create _nx_dhcp_create macro
586 #define nx_dhcp_create _nxe_dhcp_create macro
634 UINT nx_dhcp_create(NX_DHCP *dhcp_ptr, NX_IP *ip_ptr, CHAR *name_ptr);
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dmain.c424 status = nx_dhcp_create(&dhcp_0, &ip_0, "DHCP Client"); in dhcp_wait()