Searched refs:syncchar (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_ulink.c | 199 char syncchar; /* synchronization indicator */ in ulink_receive() local 240 syncchar = leapchar = modechar = siglchar = ' '; in ulink_receive() 295 &pp->hour, &syncchar, &pp->minute, &pp->second, in ulink_receive() 367 &pp->hour, &syncchar, &pp->minute, &pp->second, in ulink_receive() 427 &syncchar, &quality, &modechar, &pp->year, &pp->day, in ulink_receive() 433 if (syncchar != '?' ) syncchar = ':'; in ulink_receive() 515 if (syncchar != ':') in ulink_receive()
|
| D | refclock_wwvb.c | 263 char syncchar; /* synchronization indicator */ in wwvb_receive() local 324 syncchar = qualchar = leapchar = dstchar = ' '; in wwvb_receive() 335 &syncchar, &pp->day, &pp->hour, &pp->minute, in wwvb_receive() 348 &syncchar, &qualchar, &pp->year, &pp->day, in wwvb_receive() 366 &syncchar, &pp->year, &month, &day, &pp->hour, in wwvb_receive() 427 if (syncchar != ' ') in wwvb_receive()
|
| D | refclock_arbiter.c | 238 u_char syncchar; /* synch indicator */ in arb_receive() local 347 syncchar = ' '; in arb_receive() 349 &syncchar, &pp->year, &pp->day, &pp->hour, in arb_receive() 413 if (syncchar != ' ') in arb_receive()
|
| D | refclock_hpgps.c | 260 char syncchar; /* time info is invalid: 0 = no, 1 = yes */ in hpgps_receive() local 419 &timequal, &freqqual, &leapchar, &servchar, &syncchar, in hpgps_receive() 533 if (syncchar != '0') { in hpgps_receive()
|