Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c768 if (INFO_ERR(rpkt.err_nitems) != INFO_OKAY) { in getresponse()
771 INFO_ERR(rpkt.err_nitems)); in getresponse()
773 return (int)INFO_ERR(rpkt.err_nitems); in getresponse()
/freebsd/contrib/ntp/include/
H A Dntp_request.h227 #define INFO_ERR(err_nitems) ((u_short)((ntohs(err_nitems)>>12)&0xf)) macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c449 || (++ec, INFO_ERR(inpkt->err_nitems) != 0) in process_private()