Search | Google it | Results 1 - 1 of 1 for funcall:offsetof from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/mbuf.h (0.00 seconds) |
318: /* normal data len */ 319: #define MLEN (MSIZE - offsetof(struct _mbuf_dummy, m_dat)) 320: /* data len w/pkthdr */ 321: #define MHLEN (MSIZE - offsetof(struct _mbuf_dummy, m_pktdat)) 322: 696: (((m)->m_flags & M_PKTHDR) ? \ 697: offsetof(struct mbuf, m_pktdat) : offsetof(struct mbuf, m_dat)) 698: