Home
last modified time | relevance | path

Searched refs:NX_DHCP_OPTION_NTP_SVR (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_client_parameter_request_test.c243 if (*(option_ptr + index) != NX_DHCP_OPTION_NTP_SVR + index) in server_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_client_ntp_option_test.c354 if (*(option_ptr + index) == NX_DHCP_OPTION_NTP_SVR) in server_thread_entry()
437 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry()
460 …status = nx_dhcp_interface_user_option_retrieve(&dhcp_client, 0, NX_DHCP_OPTION_NTP_SVR, (UCHAR *)… in client_thread_entry()
Dnetx_dhcp_get_option_value_test.c361 if (*(option_ptr + index) == NX_DHCP_OPTION_NTP_SVR) in server_thread_entry()
444 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry()
467 …status = nx_dhcp_interface_user_option_retrieve(&dhcp_client, 0, NX_DHCP_OPTION_NTP_SVR, (UCHAR *)… in client_thread_entry()
Dnetx_dhcp_send_request_internal_test.c408 if (*(option_ptr + index) == NX_DHCP_OPTION_NTP_SVR) in server_thread_entry()
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()
Dnetx_dhcp_packet_process_test.c373 status = nx_dhcp_user_option_request(&dhcp_client, NX_DHCP_OPTION_NTP_SVR); in client_thread_entry()
/NetX-Duo-v6.2.1/samples/
Dmain.c432 status = nx_dhcp_user_option_request(&dhcp_0, NX_DHCP_OPTION_NTP_SVR); 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.2.1/addons/dhcp/
Dnxd_dhcp_client.h286 #define NX_DHCP_OPTION_NTP_SVR 42 macro
Dnxd_dhcp_client.c4674 case NX_DHCP_OPTION_NTP_SVR: in _nx_dhcp_interface_user_option_retrieve()