Searched refs:CVT_ADDITIONAL (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/ntp/include/
H A Dparse.h326 #define CVT_ADDITIONAL (unsigned)0x00000010 /* additional data is available */ macro
/freebsd-current/contrib/ntp/libparse/
H A Dparse.c317 updated |= CVT_ADDITIONAL;
337 ((updated & CVT_ADDITIONAL) != 0));
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_parse.c2620 { CVT_ADDITIONAL, "ADDITIONAL DATA" },
3827 if ((parsetime->parse_status & CVT_ADDITIONAL) &&
4113 if ((parsetime->parse_status & CVT_ADDITIONAL) &&
4141 if ((parsetime->parse_status & CVT_ADDITIONAL) &&

Completed in 103 milliseconds