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

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h444 static __inline void m_chtype(struct mbuf *m, short new_type);
749 m_chtype(struct mbuf *m, short new_type) function
885 #define MCHTYPE(m, t) m_chtype((m), (t))

Completed in 96 milliseconds