OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECV_BATCH
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
recvbuff.c
19
#if (
RECV_BATCH
& (
RECV_BATCH
- 1))
20
#error
RECV_BATCH
not a power of 2!
22
#if (
RECV_BATCH
< RECV_INC)
23
#error
RECV_BATCH
must be >= RECV_INC!
130
if (abuf < nbufs || abuf >
RECV_BATCH
) {
131
abuf =
RECV_BATCH
; /* clamp on overflow */
/src/external/bsd/ntp/dist/include/
recvbuff.h
18
#define
RECV_BATCH
128 /* [power of 2] max increment in one sweep */
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026