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

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h423 static __inline struct mbuf *m_get(int how, short type);
434 static __inline struct mbuf *m_get(PNATState pData, int how, short type);
513 m_get(int how, short type) function
515 m_get(PNATState pData, int how, short type)
770 #define MGET(m, how, type) ((m) = m_get((how), (type)))
778 #define MGET(m, how, type) ((m) = m_get(pData, (how), (type)))
811 * Set the m_data pointer of a newly-allocated mbuf (m_get/MGET) to place an

Completed in 47 milliseconds