Home
last modified time | relevance | path

Searched refs:remote_ntp_tx (Results 1 – 4 of 4) sorted by relevance

/dports/net/chrony/chrony-4.2/
H A Dntp_core.c156 NTP_int64 remote_ntp_tx; member
722 UTI_ZeroNtp64(&instance->remote_ntp_tx); in NCR_ResetInstance()
1012 NTP_int64 *remote_ntp_tx, /* The transmit timestamp from received packet */ in transmit_packet() argument
1122 message.originate_ts = interleaved ? *remote_ntp_rx : *remote_ntp_tx; in transmit_packet()
1335 initial ? &inst->init_remote_ntp_tx : &inst->remote_ntp_tx, in transmit_timeout()
1754 UTI_CompareNtp64(&message->transmit_ts, &inst->remote_ntp_tx); in process_response()
1848 UTI_Ntp64ToTimespec(&inst->remote_ntp_tx, &prev_remote_transmit); in process_response()
1963 UTI_CompareNtp64(&inst->remote_ntp_tx, &message->transmit_ts) < 0))) { in process_response()
1965 inst->remote_ntp_tx = message->transmit_ts; in process_response()
/dports/net/chrony-lite/chrony-4.2/
H A Dntp_core.c156 NTP_int64 remote_ntp_tx; member
722 UTI_ZeroNtp64(&instance->remote_ntp_tx); in NCR_ResetInstance()
1012 NTP_int64 *remote_ntp_tx, /* The transmit timestamp from received packet */ in transmit_packet() argument
1122 message.originate_ts = interleaved ? *remote_ntp_rx : *remote_ntp_tx; in transmit_packet()
1335 initial ? &inst->init_remote_ntp_tx : &inst->remote_ntp_tx, in transmit_timeout()
1754 UTI_CompareNtp64(&message->transmit_ts, &inst->remote_ntp_tx); in process_response()
1848 UTI_Ntp64ToTimespec(&inst->remote_ntp_tx, &prev_remote_transmit); in process_response()
1963 UTI_CompareNtp64(&inst->remote_ntp_tx, &message->transmit_ts) < 0))) { in process_response()
1965 inst->remote_ntp_tx = message->transmit_ts; in process_response()
/dports/net/chrony/chrony-4.2/test/unit/
H A Dntp_core.c329 } while (!UTI_CompareNtp64(&res_buffer.transmit_ts, &inst->remote_ntp_tx)); in process_replay()
/dports/net/chrony-lite/chrony-4.2/test/unit/
H A Dntp_core.c329 } while (!UTI_CompareNtp64(&res_buffer.transmit_ts, &inst->remote_ntp_tx)); in process_replay()