NET_PACKET_TX_CHECKSUM_ACTION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// checksumtypes.h

typedef enum _NET_PACKET_TX_CHECKSUM_ACTION {
  NetPacketTxChecksumActionPassthrough = 0,
  NetPacketTxChecksumActionRequired = 2
} NET_PACKET_TX_CHECKSUM_ACTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-checksumtypes-_net_packet_tx_checksum_action)

NET_PACKET_TX_CHECKSUM_ACTION enumeration

Description

The NET_PACKET_TX_CHECKSUM_ACTION enumeration specifies checksum action flags for a NET_PACKET_CHECKSUM structure during packet transmission.

Constants

NetPacketTxChecksumActionPassthrough:0

Indicates the client should not perform checksum calculation for this layer.

NetPacketTxChecksumActionRequired:2

Indicates the client should perform checksum calculation for this layer.

Remarks

See also

NET_PACKET_CHECKSUM