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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_stf.c366 mbuf_copydata(m, 0, sizeof(ip), &ip);
710 mbuf_copydata(m, off, sizeof(ip6), &ip6);
H A Dif_gif.c400 mbuf_copydata(m, 0, sizeof(ip), &ip);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_gif.c348 mbuf_copydata(m, 0, sizeof(ip), &ip);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_gif.c375 mbuf_copydata(m, 0, sizeof(ip6), &ip6);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkpi_mbuf.h731 @function mbuf_copydata
742 errno_t mbuf_copydata(const mbuf_t mbuf, size_t offset, size_t length, void* out_data);
749 If mbuf_copydata is unable to allocate enough mbufs to grow the
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c357 errno_t mbuf_copydata(const mbuf_t m0, size_t off, size_t len, void* out_data) function

Completed in 45 milliseconds