Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_request.h171 #define RESP_DATA_SIZE 500 macro
174 char data[RESP_DATA_SIZE];
175 u_int32 u32[RESP_DATA_SIZE / sizeof(u_int32)];
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c223 static char exbuf[RESP_DATA_SIZE];
345 if (databytes + itemsize <= RESP_DATA_SIZE) { in more_pkt()