HomeSort by: relevance | last modified time | path
    Searched refs:INFO_ERR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 770 if (INFO_ERR(rpkt.err_nitems) != INFO_OKAY) {
773 INFO_ERR(rpkt.err_nitems));
775 return (int)INFO_ERR(rpkt.err_nitems);
  /src/external/bsd/ntp/dist/include/
ntp_request.h 248 #define INFO_ERR(err_nitems) ((u_short)((ntohs(err_nitems)>>12)&0xf))
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 451 || (++ec, INFO_ERR(inpkt->err_nitems) != 0)

Completed in 43 milliseconds