Home
last modified time | relevance | path

Searched refs:full_recvbuffs (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/ntp/include/
HDrecvbuff.h120 extern u_long full_recvbuffs(void);
/freebsd-14-stable/contrib/ntp/libntp/
HDrecvbuff.c71 full_recvbuffs (void) in full_recvbuffs() function
/freebsd-14-stable/contrib/ntp/ntpdate/
HDntpdate.c566 tot_recvbufs = full_recvbuffs(); /* get received buffers */ in ntpdatemain()
610 tot_recvbufs = full_recvbuffs(); /* get received buffers */ in ntpdatemain()
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_request.c1212 io->fullrecvbufs = htons((u_short) full_recvbuffs()); in io_stats()
HDntp_control.c2451 ctl_putuint(sys_var[varid].text, full_recvbuffs()); in ctl_putsys()