Home
last modified time | relevance | path

Searched refs:mh_flags (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/tools/lldbmacros/ !
H A Dmbufs.py82 out_string += "flags " + GetMbufFlagsAsString(mp.m_hdr.mh_flags) + ", "
83 if (mp.m_hdr.mh_flags & M_PKTHDR):
455 out_string += "m_flags: " + hex(m.m_hdr.mh_flags)
456 if (m.m_hdr.mh_flags != 0):
457 out_string += " " + GetMbufFlagsAsString(m.m_hdr.mh_flags)
483 if (m.m_hdr.mh_flags & M_PKTHDR) != 0:
H A Duserspace.py540 mh_flags = _ExtractDataFromString(mh_data,(4 * 6), "uint32_t")
H A Dnet.py1727 if (mp.m_hdr.mh_flags & 0x01):
/xnu-8020.140.41/bsd/sys/ !
H A Dmbuf.h150 u_int16_t mh_flags; /* flags; see below */ member
628 #define m_flags m_hdr.mh_flags