Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimex.h106 #define TIME_WAIT 4 /* leap second has occurred */ macro
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h240 #define TIME_WAIT 4 /* leap second has occurred */ macro
/freebsd/sys/kern/
H A Dkern_ntptime.c565 time_state = TIME_WAIT; in ntp_update_second()
573 time_state = TIME_WAIT; in ntp_update_second()
579 case TIME_WAIT: in ntp_update_second()
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c318 #ifdef TIME_WAIT in ntp_adjtime_error_handler()
319 case TIME_WAIT: /* 4: leap second has occured */ in ntp_adjtime_error_handler()
323 # warning TIME_WAIT is not defined in ntp_adjtime_error_handler()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dtcp101 state == TCPS_TIME_WAIT ? "TIME_WAIT" :