Home
last modified time | relevance | path

Searched refs:CTL_ISERROR (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
Dntp_control.h49 #define CTL_ISERROR(r_m_e_op) ((CTL_ERROR & (r_m_e_op)) != 0) macro
/freebsd-12-stable/contrib/ntp/ntpq/
Dntpq.c1118 if (CTL_ISERROR(rpkt.r_m_e_op)) { in getresponse()