Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/include/
Dntp_control.h45 #define CTL_ISRESPONSE(r_m_e_op) ((CTL_RESPONSE & (r_m_e_op)) != 0) macro
/freebsd-10-stable/contrib/ntp/ntpq/
Dntpq.c1054 if (!CTL_ISRESPONSE(rpkt.r_m_e_op)) { in getresponse()