Bagikan melalui


NET_BUFFER Structure Macros (Compact 2013)

3/26/2014

This section describes the NET_BUFFER structure macros.

In This Section

  • NET_BUFFER_CHECKSUM_BIAS
    Describes a macro that NDIS drivers use to obtain the ChecksumBias member of a NET_BUFFER structure.
  • NET_BUFFER_DATA_LENGTH
    Describes a macro that NDIS drivers use to obtain the amount of used dataspace in a NET_BUFFER structure.
  • NET_BUFFER_DATA_OFFSET
    Describes a macro that NDIS drivers use to obtain the current offset from the beginning of the dataspace to the start of the used dataspace in a NET_BUFFER structure.
  • NET_BUFFER_FIRST_MDL
    Describes a macro that NDIS drivers use to obtain the first MDL in a NET_BUFFER structure.
  • NET_BUFFER_NEXT_NB
    Describes a macro that NDIS drivers use to obtain a pointer to the next NET_BUFFER structure in a linked list of NET_BUFFER structures.

See Also

Reference

NDIS NET_BUFFER Macros
NET_BUFFER