Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_ripencc.c2450 NAV_INFO* navinfo; in rpt_0x58() local
2534 navinfo = (NAV_INFO*)data_packet; in rpt_0x58()
2536 navinfo->sv_number = buf4[0]; in rpt_0x58()
2537 navinfo->t_ephem = bGetSingle (&buf4[1]); in rpt_0x58()
2538 navinfo->ephclk.weeknum = bGetShort (&buf4[5]); in rpt_0x58()
2540 navinfo->ephclk.codeL2 = buf4[7]; in rpt_0x58()
2541 navinfo->ephclk.L2Pdata = buf4[8]; in rpt_0x58()
2542 navinfo->ephclk.SVacc_raw = buf4[9]; in rpt_0x58()
2543 navinfo->ephclk.SV_health = buf4[10]; in rpt_0x58()
2544 navinfo->ephclk.IODC = bGetShort (&buf4[11]); in rpt_0x58()
[all …]