Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/include/
HDntp_control.h47 #define CTL_ISRESPONSE(r_m_e_op) ((CTL_RESPONSE & (r_m_e_op)) != 0) macro
/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq.c1087 if (!CTL_ISRESPONSE(rpkt.r_m_e_op)) { in getresponse()