|
Data Structures |
struct | __IX_MBUF |
Defines |
#define | m_net_pool |
#define | m_next |
#define | m_len |
#define | m_data |
#define | m_type |
#define | m_flags |
#define | m_nextpkt |
#define | m_act |
#define | m_pkthdr |
#define | SIZEOF_IP_HEADER |
#define | IX_MBUF_MDATA(m_blk_ptr) |
| Return pointer to the data in the mbuf.
|
#define | IX_MBUF_MLEN(m_blk_ptr) |
| Return the data length.
|
#define | IX_MBUF_TYPE(m_blk_ptr) |
| Return the data type in the mbuf.
|
#define | IX_MBUF_NEXT_BUFFER_IN_PKT_PTR(m_blk_ptr) |
| Return pointer to the next mbuf in a single packet.
|
#define | IX_MBUF_NEXT_PKT_IN_CHAIN_PTR(m_blk_ptr) |
| Return pointer to the next packet in the chain.
|
#define | IX_MBUF_ALLOCATED_BUFF_LEN(m_blk_ptr) |
| Return the allocated buffer size.
|
#define | IX_MBUF_PKT_LEN(m_blk_ptr) |
| Return the total length of all the data in the mbuf chain for this packet.
|
#define | IX_MBUF_FLAGS(m_blk_ptr) |
| Return the buffer flags.
|
#define | IX_MBUF_NET_POOL(m_blk_ptr) |
| Return pointer to a network pool.
|
Typedefs |
typedef __IX_MBUF | IX_MBUF |