Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_ripencc.c2452 NAV_INFO* navinfo; in rpt_0x58() local
2536 navinfo = (NAV_INFO*)data_packet; in rpt_0x58()
2538 navinfo->sv_number = buf4[0]; in rpt_0x58()
2539 navinfo->t_ephem = bGetSingle (&buf4[1]); in rpt_0x58()
2540 navinfo->ephclk.weeknum = bGetShort (&buf4[5]); in rpt_0x58()
2542 navinfo->ephclk.codeL2 = buf4[7]; in rpt_0x58()
2543 navinfo->ephclk.L2Pdata = buf4[8]; in rpt_0x58()
2544 navinfo->ephclk.SVacc_raw = buf4[9]; in rpt_0x58()
2545 navinfo->ephclk.SV_health = buf4[10]; in rpt_0x58()
2546 navinfo->ephclk.IODC = bGetShort (&buf4[11]); in rpt_0x58()
[all …]