Lines Matching refs:bufp
150 char *bufp; in ofnet_read() local
162 bufp = buf; in ofnet_read()
227 memcpy(mtod(m, char *), bufp, l); in ofnet_read()
228 bufp += l; in ofnet_read()
277 char *bufp; in ofnet_start() local
305 for (bufp = buf; (m = m0) != NULL;) { in ofnet_start()
306 memcpy(bufp, mtod(m, char *), m->m_len); in ofnet_start()
307 bufp += m->m_len; in ofnet_start()
318 memset(bufp, 0, ETHER_MIN_LEN - ETHER_CRC_LEN - len); in ofnet_start()
319 bufp += ETHER_MIN_LEN - ETHER_CRC_LEN - len; in ofnet_start()
321 len = bufp - buf; in ofnet_start()