ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <ndis56common.h>
Public Attributes | |
union { | |
struct { | |
ULONG TcpFailed:1 | |
ULONG UdpFailed:1 | |
ULONG IpFailed:1 | |
ULONG TcpOK:1 | |
ULONG UdpOK:1 | |
ULONG IpOK:1 | |
} flags | |
ULONG value | |
}; | |
Definition at line 244 of file ndis56common.h.
union { ... } _tagChecksumCheckResult::@1001 |
struct { ... } _tagChecksumCheckResult::flags |
Referenced by ParaNdis_CheckRxChecksum(), and ParaNdis_IndicateReceivedPacket().
ULONG _tagChecksumCheckResult::IpFailed |
Definition at line 252 of file ndis56common.h.
ULONG _tagChecksumCheckResult::IpOK |
Definition at line 255 of file ndis56common.h.
ULONG _tagChecksumCheckResult::TcpFailed |
Definition at line 250 of file ndis56common.h.
ULONG _tagChecksumCheckResult::TcpOK |
Definition at line 253 of file ndis56common.h.
ULONG _tagChecksumCheckResult::UdpFailed |
Definition at line 251 of file ndis56common.h.
ULONG _tagChecksumCheckResult::UdpOK |
Definition at line 254 of file ndis56common.h.
ULONG _tagChecksumCheckResult::value |
Definition at line 257 of file ndis56common.h.
Referenced by ParaNdis_CheckRxChecksum(), and ParaNdis_IndicateReceivedPacket().