Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c518 ((size_t)(temp_size * INFO_NITEMS(inpkt->err_nitems)) > in process_private()
549 INFO_NITEMS(inpkt->err_nitems)) + in process_private()
568 INFO_NITEMS(inpkt->err_nitems) in process_private()
815 items = INFO_NITEMS(inpkt->err_nitems); in peer_info()
957 items = INFO_NITEMS(inpkt->err_nitems); in peer_stats()
1304 items = INFO_NITEMS(inpkt->err_nitems); in do_conf()
1433 items = INFO_NITEMS(inpkt->err_nitems); in do_unconf()
1523 if (INFO_NITEMS(inpkt->err_nitems) > 1) { in setclr_flags()
1812 items = INFO_NITEMS(inpkt->err_nitems); in do_restrict()
1853 items = INFO_NITEMS(inpk in do_restrict()
[all...]
/freebsd/contrib/ntp/include/
H A Dntp_request.h228 #define INFO_NITEMS(err_nitems) ((u_short)(ntohs(err_nitems)&0xfff)) macro
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c779 items = INFO_NITEMS(rpkt.err_nitems); in getresponse()