HomeSort by: relevance | last modified time | path
    Searched refs:RECV_INC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
recvbuff.c 16 #if (RECV_INC & (RECV_INC-1))
17 # error RECV_INC not a power of 2!
22 #if (RECV_BATCH < RECV_INC)
23 #error RECV_BATCH must be >= RECV_INC!
103 RECV_INC;
133 abuf += (~abuf + 1) & (RECV_INC - 1); /* round up */
279 create_buffers(RECV_INC);
300 create_buffers(RECV_INC);
  /src/external/bsd/ntp/dist/include/
recvbuff.h 17 #define RECV_INC 32 /* [power of 2] get 32 more at a time */

Completed in 21 milliseconds