if_cnw.c | 687 int buffer, bufsize, bufoffset, bufptr, bufspace, len, mbytes, n; local in function:cnw_transmit 707 mbytes = m->m_len; 708 len += mbytes; 709 while (mbytes > 0) { 720 n = mbytes <= bufspace ? mbytes : bufspace; 726 mbytes -= n; 743 int totbytes, buffer, bufbytes, bufptr, mbytes, n; local in function:cnw_read 761 mbytes = MHLEN; 772 mbytes = MLEN [all...] |