Searched refs:nx_dhcp_create (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.2.1/samples/ |
D | demo_netxduo_multihome_dhcp_client.c | 172 status = nx_dhcp_create(&dhcp_client, &client_ip, "dhcp_client"); in client_thread_entry()
|
D | demo_netx_duo_ptp_client.c | 244 nx_dhcp_create(&dhcp_client, &ip_0, "dhcp_client"); in dhcp_wait()
|
D | demo_netxduo_dhcp.c | 244 status = nx_dhcp_create(&dhcp_client, &client_ip, "DHCP-CLIENT"); in client_thread_entry()
|
/NetX-Duo-v6.2.1/addons/dhcp/ |
D | nxd_dhcp_client.h | 538 #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/ |
D | main.c | 424 status = nx_dhcp_create(&dhcp_0, &ip_0, "DHCP Client"); in dhcp_wait()
|