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

/external/qemu/slirp/
H A Dmbuf.h52 * If the data is too large, the M_EXT is used, and a larger block
53 * is alloced. Therefore, m_free[m] must check for M_EXT and if set
76 #define M_ROOM(m) ((m->m_flags & M_EXT)? \
113 #define M_EXT 0x01 /* m_ext points to more (malloced) data */ macro
/external/qemu/slirp-android/
H A Dmbuf.h52 * If the data is too large, the M_EXT is used, and a larger block
53 * is alloced. Therefore, m_free[m] must check for M_EXT and if set
76 #define M_ROOM(m) ((m->m_flags & M_EXT)? \
113 #define M_EXT 0x01 /* m_ext points to more (malloced) data */ macro

Completed in 100 milliseconds