|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <user_mbuf.h>
Public Attributes | |
| struct m_hdr | m_hdr |
| union { | |
| struct { | |
| struct pkthdr MH_pkthdr | |
| union { | |
| struct m_ext MH_ext | |
| char MH_databuf [MHLEN] | |
| } MH_dat | |
| } MH | |
| char M_databuf [MLEN] | |
| } | M_dat |
| union { ... } mbuf::M_dat |
| char mbuf::M_databuf[MLEN] |
| struct m_hdr mbuf::m_hdr |
| struct { ... } mbuf::MH |
| union { ... } mbuf::MH_dat |
| char mbuf::MH_databuf[MHLEN] |
| struct m_ext mbuf::MH_ext |
| struct pkthdr mbuf::MH_pkthdr |
1.8.13