Home
last modified time | relevance | path

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

/xnu-11215.41.3/tests/
H A Dsbconcat_mbufs_123249093.c45 u_int16_t mh_flags; /* flags; see below */ member
76 mhdr->mh_flags = 0x4545;
/xnu-11215.41.3/tools/lldbmacros/
H A Dmbufs.py86 flags = mp.m_hdr.mh_flags
92 flags = mp.M_hdr_common.M_hdr.mh_flags
111 flags = mp.m_hdr.mh_flags
118 flags = mp.M_hdr_common.M_hdr.mh_flags
203 mhflags = mp.m_hdr.mh_flags
212 mhflags = mp.M_hdr_common.M_hdr.mh_flags
460 mhflags = mbuf.m_hdr.mh_flags
464 mhflags = mbuf.M_hdr_common.M_hdr.mh_flags
699 mhflags = m.m_hdr.mh_flags
701 mhflags = m.M_hdr_common.M_hdr.mh_flags
[all …]
H A Duserspace.py510 mh_flags = _ExtractDataFromString(mh_data,(4 * 6), "uint32_t")
H A Dnet.py1632 mflags = mp.m_hdr.mh_flags
1636 mflags = mp.M_hdr_common.M_hdr.mh_flags
/xnu-11215.41.3/bsd/sys/
H A Dmbuf.h139 u_int16_t mh_flags; /* flags; see below */ member
645 #define m_flags m_hdr.mh_flags
683 #define m_flags M_hdr_common.M_hdr.mh_flags