Search | Google it | Results 1 - 1 of 1 for funcall:mtod from t2ex/bsd_source/t2ex/network/net/src_bsd/net/bpf.c (0.00 seconds) |
305: 306: error = uiomove(mtod(m, void *), len, uio); 307: if (error) 309: if (hlen != 0) { 310: memcpy(sockp->sa_data, mtod(m, void *), hlen); 311: m->m_data += hlen; /* XXX */ 1362: count = min(m->m_len, len); 1363: memcpy(dst, mtod(m, const void *), count); 1364: m = m->m_next; 1447: cpfn = (void *)memcpy; 1448: marg = mtod(m, void *); 1449: buflen = pktlen; 1516: 1517: hp = mtod(*m, u_char *); 1518: hp[SLX_DIR] = SLIPDIR_IN; 1544: 1545: hp = mtod(&m0, u_char *); 1546: