Home
last modified time | relevance | path

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

/freebsd-12.1/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; in isc_httpd_accept()
682 if (httpd->recvlen >= HTTP_RECVLEN - 1) { in isc_httpd_recvdone()
687 r.length = HTTP_RECVLEN - httpd->recvlen - 1; in isc_httpd_recvdone()
968 r.length = HTTP_RECVLEN - 1; in isc_httpd_senddone()