Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Drecvbuff.c17 #if (RECV_BATCH & (RECV_BATCH - 1))
18 #error RECV_BATCH not a power of 2!
20 #if (RECV_BATCH < RECV_INC)
21 #error RECV_BATCH must be >= RECV_INC!
128 if (abuf < nbufs || abuf > RECV_BATCH) { in create_buffers()
129 abuf = RECV_BATCH; /* clamp on overflow */ in create_buffers()
/freebsd/contrib/ntp/include/
H A Drecvbuff.h16 #define RECV_BATCH 128 /* [power of 2] max increment in one sweep */ macro