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

  /src/external/bsd/ntp/dist/include/
ntp_request.h 160 u_short err_nitems; /* error code/number of data items */ member in struct:req_pkt
204 u_short err_nitems; /* error code/number of data items */ member in struct:resp_pkt
248 #define INFO_ERR(err_nitems) ((u_short)((ntohs(err_nitems)>>12)&0xf))
249 #define INFO_NITEMS(err_nitems) ((u_short)(ntohs(err_nitems)&0xfff))
251 #define ERR_NITEMS(err, nitems) ((u_short)htons(_ERR_EN(err)|(nitems&0xfff)))
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 266 rpkt.err_nitems = ERR_NITEMS(errcode, 0);
330 rpkt.err_nitems = htons((u_short)nitems);
387 rpkt.err_nitems = htons((u_short)nitems);
451 || (++ec, INFO_ERR(inpkt->err_nitems) != 0)
520 ((size_t)(temp_size * INFO_NITEMS(inpkt->err_nitems)) >
551 INFO_NITEMS(inpkt->err_nitems)) +
570 INFO_NITEMS(inpkt->err_nitems)
817 items = INFO_NITEMS(inpkt->err_nitems);
959 items = INFO_NITEMS(inpkt->err_nitems);
    [all...]
  /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);
781 items = INFO_NITEMS(rpkt.err_nitems);
919 qpkt.err_nitems = ERR_NITEMS(0, qitems);
922 qpkt.err_nitems = ERR_NITEMS(0, 0);

Completed in 23 milliseconds