Searched defs:m_gethdr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h424 static __inline struct mbuf *m_gethdr(int how, short type);
435 static __inline struct mbuf *m_gethdr(PNATState pData, int how, short type);
548 m_gethdr(int how, short type) function
550 m_gethdr(PNATState pData, int how, short type)
771 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type)))
779 #define MGETHDR(m, how, type) ((m) = m_gethdr(pData, (how), (type)))
823 * As above, for mbufs allocated with m_gethdr/MGETHDR or initialized by

Completed in 46 milliseconds