Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_request.c520 ((size_t)(temp_size * INFO_NITEMS(inpkt->err_nitems)) > in process_private()
551 INFO_NITEMS(inpkt->err_nitems)) + in process_private()
570 INFO_NITEMS(inpkt->err_nitems) in process_private()
817 items = INFO_NITEMS(inpkt->err_nitems); in peer_info()
959 items = INFO_NITEMS(inpkt->err_nitems); in peer_stats()
1306 items = INFO_NITEMS(inpkt->err_nitems); in do_conf()
1435 items = INFO_NITEMS(inpkt->err_nitems); in do_unconf()
1525 if (INFO_NITEMS(inpkt->err_nitems) > 1) { in setclr_flags()
1883 items = INFO_NITEMS(inpkt->err_nitems); in do_restrict()
1924 items = INFO_NITEMS(inpkt->err_nitems); in do_restrict()
[all …]
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_request.h249 #define INFO_NITEMS(err_nitems) ((u_short)(ntohs(err_nitems)&0xfff)) macro
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dntpdc.c781 items = INFO_NITEMS(rpkt.err_nitems); in getresponse()