Home
last modified time | relevance | path

Searched refs:nx_dhcp_user_option_request (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/dhcp_test/
Dnetx_dhcp_client_parameter_request_test.c297 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()
Dnetx_dhcp_send_request_internal_test.c494 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()
Dnetx_dhcp_packet_process_test.c373 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry()
Dnetx_dhcp_client_ntp_option_test.c437 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry()
Dnetx_dhcp_get_option_value_test.c444 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry()
/NetX-Duo-v6.4.1/addons/dhcp/
Dnxd_dhcp_client.h548 #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/
Dmain.c432 status = nx_dhcp_user_option_request(&dhcp_0, NX_DHCP_OPTION_NTP_SVR); in dhcp_wait()