gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:M_READONLY (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/mbuf.h - 42.4KB - 986 lines
647:  */
648: #define M_READONLY(m)                                                   \
649:         (((m)->m_flags & M_EXT) != 0 &&                                        \