Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/libntp/
HDrecvbuff.c33 static u_long limit_recvbufs; /* maximum total of receive buffers */ variable
118 if (limit_recvbufs <= total_recvbufs) { in create_buffers()
122 total_recvbufs, limit_recvbufs); in create_buffers()
133 if (abuf > (limit_recvbufs - total_recvbufs)) { in create_buffers()
134 abuf = limit_recvbufs - total_recvbufs; in create_buffers()
144 limit_recvbufs = total_recvbufs; in create_buffers()
167 limit_recvbufs = RECV_TOOMANY; in init_recvbuff()