Home
last modified time | relevance | path

Searched defs:m_hdr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/sys/
H A Dmbuf.h79 struct m_hdr { struct
81 union {
85 caddr_t mh_data; /* location of data */
86 int mh_len; /* amount of data in this mbuf */
87 int mh_flags; /* flags; see below */
88 short mh_type; /* type of data in this mbuf */
89 short mh_pad; /* padding */
92 const char *mh_lastfunc;
94 union {
101 } mh_msgu;
[all …]