Home
last modified time | relevance | path

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

/src/contrib/ntp/include/
H A Dntp_control.h186 #define TYPE_CLOCK 3 macro
/src/contrib/ntp/libntp/
H A Dstatestr.c485 case TYPE_CLOCK: in statustoa()
/src/contrib/ntp/ntpq/
H A Dntpq-subs.c755 (type == TYPE_CLOCK) ? " clock" : ""); in dolist()
759 (type == TYPE_CLOCK) ? " clock" : "", in dolist()
952 dolist(g_varlist, associd, CTL_OP_READCLOCK, TYPE_CLOCK, fp); in clocklist()
978 dolist(tmplist, associd, CTL_OP_READCLOCK, TYPE_CLOCK, fp); in clockvar()
H A Dntpq.c3712 if (datatype == TYPE_CLOCK && IS_IPV4(&hval)) { in cookedprint()