NET_BUFFER_LIST Structure Macros (Compact 2013)
3/26/2014
This section describes NET_BUFFER_LIST structure macros.
In This Section
- NDIS_NBL_ADD_MEDIA_SPECIFIC_INFO
Describes the macro that removes a media-specific information data structure from a linked list of such structures that are associated with a NET_BUFFER_LIST structure.
- NDIS_NBL_GET_MEDIA_SPECIFIC_INFO
Describes the macro that gets a media-specific information data structure from a linked list of such structures that are associated with a NET_BUFFER_LIST structure.
- NDIS_NBL_REMOVE_MEDIA_SPECIFIC_INFO
Describes the macro that adds a media-specific information data structure to the beginning of a linked list of such structures that are associated with a NET_BUFFER_LIST structure.
- NdisSetNetBufferListProtocolId
Describes the macro that sets the protocol identifier in the NetBufferListInfo member of a NET_BUFFER_LIST structure.
- NET_BUFFER_LIST_CONTEXT_DATA_SIZE
Describes the macro that NDIS drivers use to get the size of the NET_BUFFER_LIST_CONTEXT data buffer
- NET_BUFFER_LIST_CONTEXT_DATA_START
Describes the macro that NDIS drivers use to get a pointer to the NET_BUFFER_LIST_CONTEXT context space.
- NET_BUFFER_LIST_FIRST_NB
Describes the macro that NDIS drivers use to get the first NET_BUFFER structure in a NET_BUFFER_LIST structure.
- NET_BUFFER_LIST_FLAGS
Describes the macro that NDIS drivers use to get the flags associated with a NET_BUFFER_LIST structure.
- NET_BUFFER_LIST_INFO
Describes the macro that NDIS drivers use to get and set information that applies to all the NET_BUFFER structures in a NET_BUFFER_LIST structure.
- NET_BUFFER_LIST_MINIPORT_RESERVED
Describes the macro that NDIS drivers use to access the MiniportReserved member of a NET_BUFFER_LIST structure.
- NET_BUFFER_LIST_NEXT_NBL
Describes the macro that NDIS drivers use to get the next NET_BUFFER_LIST structure in a linked list of NET_BUFFER_LIST structures.
- NET_BUFFER_LIST_PROTOCOL_RESERVED
Describes the macro that NDIS drivers use to access the ProtocolReserved member of a NET_BUFFER_LIST structure.
- NET_BUFFER_LIST_STATUS
Describes the macro that NDIS drivers use to access the StatusCode member of a NET_BUFFER_LIST structure.
See Also
Reference
NDIS NET_BUFFER Macros
NET_BUFFER_LIST
NET_BUFFER
NET_BUFFER_LIST_CONTEXT