Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_ripencc.c285 short rpt_0x43 (TSIPPKT *rpt, float ECEF_vel[3], float *freq_offset,
2083 float ECEF_vel[3], in rpt_0x43()
2092 ECEF_vel[0] = bGetSingle (buf); in rpt_0x43()
2093 ECEF_vel[1] = bGetSingle (&buf[4]); in rpt_0x43()
2094 ECEF_vel[2] = bGetSingle (&buf[8]); in rpt_0x43()
3394 ECEF_vel[3], freq_offset, time_of_fix; in rpt_single_ECEF_velocity() local
3397 if (rpt_0x43 (rpt, ECEF_vel, &freq_offset, &time_of_fix)) { in rpt_single_ECEF_velocity()
3403 ECEF_vel[0], ECEF_vel[1], ECEF_vel[2], freq_offset, in rpt_single_ECEF_velocity()