Searched refs:M_COPYALL (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c585 * continuing for "len" bytes. If len is M_COPYALL, copy to end of mbuf.
618 KASSERT(len == M_COPYALL,
632 if (len == M_COPYALL)
645 if (len != M_COPYALL)
711 if (len == M_COPYALL)
836 * An optimization of the common case `m_copym(m, 0, M_COPYALL, how)'.
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h888 #define M_COPYALL 1000000000 macro

Completed in 50 milliseconds