Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Dparse.c209 updated = PARSE_INP_TIME; in parse_restart()
256 return PARSE_INP_TIME; in parse_end()
310 if (input_status & PARSE_INP_TIME) /* time sample is available */ in parse_ioread()
H A Dclk_trimtsip.c191 return PARSE_INP_TIME|PARSE_INP_DATA; in inp_tsip()
H A Dclk_meinberg.c680 return PARSE_INP_TIME; in gps_input()
H A Dclk_rawdcf.c728 return PARSE_INP_TIME; in inp_rawdcf()
/freebsd/contrib/ntp/include/
H A Dparse.h335 #define PARSE_INP_TIME 0x01 /* time code assembled */ macro