Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_request.h212 #define ISRESPONSE(rm_vn_mode) (((rm_vn_mode)&RESP_BIT)!=0) macro
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c742 if (!ISRESPONSE(rpkt.rm_vn_mode)) { in getresponse()
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c444 if ( (++ec, ISRESPONSE(inpkt->rm_vn_mode)) in process_private()