Searched refs:roundtrip_time (Results 1 – 2 of 2) sorted by relevance
3961 UINT _nx_sntp_client_calculate_roundtrip(LONG *roundtrip_time) in _nx_sntp_client_calculate_roundtrip() argument3968 *roundtrip_time = 0; in _nx_sntp_client_calculate_roundtrip()3978 *roundtrip_time = (LONG)(receive_timerticks + x); in _nx_sntp_client_calculate_roundtrip()3982 *roundtrip_time = (LONG)(receive_timerticks - send_timerticks); in _nx_sntp_client_calculate_roundtrip()3986 *roundtrip_time = (LONG)((ULONG)(*roundtrip_time) * NX_SNTP_MILLISECONDS_PER_TICK); in _nx_sntp_client_calculate_roundtrip()
747 UINT _nx_sntp_client_calculate_roundtrip(LONG *roundtrip_time);