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

/freebsd-13-stable/sys/netinet/
H A Daccf_http.c276 #define NCHRS 3 macro
290 * Walk the socketbuffer and copy the last NCHRS (3) into a, b, and c
294 * have NCHRS left
298 if (ccleft < NCHRS)
305 if (ccleft <= NCHRS) {
309 tocopy = (NCHRS - ccleft) - copied;

Completed in 84 milliseconds