Searched refs:NX_DHCP_OPTION_NTP_SVR (Results 1 – 8 of 8) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/dhcp_test/ |
| D | netx_dhcp_client_parameter_request_test.c | 243 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()
|
| D | netx_dhcp_client_ntp_option_test.c | 354 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()
|
| D | netx_dhcp_get_option_value_test.c | 361 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()
|
| D | netx_dhcp_send_request_internal_test.c | 408 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()
|
| 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()
|
| /NetX-Duo-v6.2.1/samples/ |
| D | main.c | 432 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/ |
| D | nxd_dhcp_client.h | 286 #define NX_DHCP_OPTION_NTP_SVR 42 macro
|
| D | nxd_dhcp_client.c | 4674 case NX_DHCP_OPTION_NTP_SVR: in _nx_dhcp_interface_user_option_retrieve()
|