Main Page Modules Alphabetical List Data Structures File List Data Fields Globals
IxOsBuffMgt.h File ReferenceThis file includes the OS dependant MBUF header files.
More...
Go to the source code of this file.
|
Data Structures |
struct | __IX_MBUF |
Defines |
#define | m_net_pool |
#define | IX_MBUF |
#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 | m_net_pool |
#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.
|
#define | IX_MBUF_NET_POOL(m_blk_ptr) |
| Return pointer to a network pool.
|
Typedefs |
typedef __IX_MBUF | IX_MBUF |
Detailed Description
This file includes the OS dependant MBUF header files.
- Version:
- Revision
- 1.26
- -- Intel Copyright Notice --
- Copyright 2002-2003 Intel Corporation All Rights Reserved.
- The source code contained or described herein and all documents related to the source code ("Material") are owned by Intel Corporation or its suppliers or licensors. Title to the Material remains with Intel Corporation or its suppliers and licensors.
- The Material is protected by worldwide copyright and trade secret laws and treaty provisions. No part of the Material may be used, copied, reproduced, modified, published, uploaded, posted, transmitted, distributed, or disclosed in any way except in accordance with the applicable license agreement .
- No license under any patent, copyright, trade secret or other intellectual property right is granted to or conferred upon you by disclosure or delivery of the Materials, either expressly, by implication, inducement, estoppel, except in accordance with the applicable license agreement.
- Unless otherwise agreed by Intel in writing, you may not remove or alter this notice or any other notice embedded in Materials by Intel or Intel's suppliers or licensors in any way.
- For further details, please see the file README.TXT distributed with this software.
- -- End Intel Copyright Notice --
Definition in file IxOsBuffMgt.h.
Define Documentation
#define IX_MBUF_NET_POOL |
( |
m_blk_ptr |
|
) |
|
|
|