Searched refs:HTTP_RECVLEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dhttpd.c57 #define HTTP_RECVLEN 1024 macro
88 char recvbuf[HTTP_RECVLEN]; /*%< receive buffer */
379 #define BUFLENOK(s) (httpd->recvbuf - (s) < HTTP_RECVLEN)
586 r.length = HTTP_RECVLEN - 1;
682 if (httpd->recvlen >= HTTP_RECVLEN - 1) {
687 r.length = HTTP_RECVLEN - httpd->recvlen - 1;
968 r.length = HTTP_RECVLEN - 1;

Completed in 39 milliseconds