Searched refs:nx_dhcp_user_option_request (Results 1 – 7 of 7) sorted by relevance
/NetX-Duo-v6.4.1/test/regression/dhcp_test/ |
D | netx_dhcp_client_parameter_request_test.c | 297 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_SUBNET_MASK); in client_thread_entry() 304 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_GATEWAYS); in client_thread_entry() 311 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_DNS_SVR); in client_thread_entry() 318 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry() 325 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry() 334 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR + i + 1); in client_thread_entry() 342 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR + i + 1); in client_thread_entry()
|
D | netx_dhcp_send_request_internal_test.c | 494 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry() 532 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry()
|
D | netx_dhcp_packet_process_test.c | 373 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry()
|
D | netx_dhcp_client_ntp_option_test.c | 437 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry()
|
D | netx_dhcp_get_option_value_test.c | 444 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry()
|
/NetX-Duo-v6.4.1/addons/dhcp/ |
D | nxd_dhcp_client.h | 548 #define nx_dhcp_user_option_request _nx_dhcp_user_option_request macro 596 #define nx_dhcp_user_option_request _nxe_dhcp_user_option_request macro 644 UINT nx_dhcp_user_option_request(NX_DHCP *dhcp_ptr, UINT option_code);
|
/NetX-Duo-v6.4.1/samples/ |
D | main.c | 432 status = nx_dhcp_user_option_request(&dhcp_0, NX_DHCP_OPTION_NTP_SVR); in dhcp_wait()
|