Home
last modified time | relevance | path

Searched refs:CTL_PEER_EVENT (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/libntp/
HDstatestr.c478 if (CTL_PEER_EVENT(st) != EVNT_UNSPEC) { in statustoa()
481 getcode(CTL_PEER_EVENT(st), in statustoa()
/freebsd-11-stable/contrib/ntp/include/
HDntp_control.h124 #define CTL_PEER_EVENT(status) ((status) & 0xf) macro
/freebsd-11-stable/contrib/ntp/ntpq/
HDntpq-subs.c1206 event = CTL_PEER_EVENT(assoc_cache[i].status); in printassoc()