Home
last modified time | relevance | path

Searched refs:server_time_msg_ptr (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c3237 NX_SNTP_TIME_MESSAGE *server_time_msg_ptr; in _nx_sntp_client_apply_sanity_checks() local
3239 server_time_msg_ptr = &(client_ptr -> nx_sntp_current_server_time_message); in _nx_sntp_client_apply_sanity_checks()
3266 mode = server_time_msg_ptr ->flags & 0x07; in _nx_sntp_client_apply_sanity_checks()
3284 server_ntp_version = (server_time_msg_ptr -> flags & 0x38) >> 3; in _nx_sntp_client_apply_sanity_checks()
3303 leap_second_indicator = (server_time_msg_ptr -> flags & 0xC0) >> 6; in _nx_sntp_client_apply_sanity_checks()
3313 if (server_time_msg_ptr -> peer_clock_stratum == 0) in _nx_sntp_client_apply_sanity_checks()
3322 …_nx_sntp_client_utility_convert_refID_KOD_code(server_time_msg_ptr -> reference_clock_id, &code_id… in _nx_sntp_client_apply_sanity_checks()
3343 else if (server_time_msg_ptr -> peer_clock_stratum & STRATUM_RESERVED) in _nx_sntp_client_apply_sanity_checks()
3351 else if (server_time_msg_ptr -> peer_clock_stratum > NX_SNTP_CLIENT_MIN_SERVER_STRATUM) in _nx_sntp_client_apply_sanity_checks()
3368 …if ((_nx_sntp_client_utility_is_zero_data((UCHAR *)(server_time_msg_ptr -> receive_time_stamp), 8)… in _nx_sntp_client_apply_sanity_checks()
[all …]
Dnxd_sntp_client.h592 …*client_ptr, NX_SNTP_TIME_MESSAGE *client_time_msg_ptr, NX_SNTP_TIME_MESSAGE *server_time_msg_ptr);