Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c769 if (debug && ISMORE(rpkt.rm_vn_mode)) { in getresponse()
818 if (!ISMORE(rpkt.rm_vn_mode)) { in getresponse()
/freebsd/contrib/ntp/include/
H A Dntp_request.h213 #define ISMORE(rm_vn_mode) (((rm_vn_mode)&MORE_BIT)!=0) macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c445 || (++ec, ISMORE(inpkt->rm_vn_mode)) in process_private()