Searched refs:total_recvbufs (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Drecvbuff.c31 static u_long volatile total_recvbufs; /* total recvbufs currently in use */ variable
81 return total_recvbufs;
114 if (limit_recvbufs <= total_recvbufs)
125 if (abuf > (limit_recvbufs - total_recvbufs))
126 abuf = limit_recvbufs - total_recvbufs;
132 limit_recvbufs = total_recvbufs;
139 total_recvbufs += chunk;
152 free_recvbufs = total_recvbufs = 0;

Completed in 136 milliseconds