gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:mtod from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if_tun.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/if_tun.c - 33.3KB - 1,241 lines
647:                         }
648:                         bcopy(dst, mtod(m0, char *), dst->sa_len);
649:                 }
658: } 659: af = mtod(m0,uint32_t *); 660: *af = htonl(dst->sa_family);
906: if (len != 0) 907: error = uiomove(mtod(m0, void *), len, uio); 908: MFREE(m0, m);
1025: m->m_len = min(mlen, uio->uio_resid); 1026: error = uiomove(mtod(m, void *), m->m_len, uio); 1027: *mp = m;