ReactOS 0.4.15-dev-7931-gfd331f1
TCPv4_HEADER Struct Reference

#include <eth.h>

Public Attributes

USHORT SourcePort
 
USHORT DestinationPort
 
ULONG SequenceNumber
 
ULONG AckNumber
 
UCHAR DataOffset
 
UCHAR Flags
 
USHORT Window
 
USHORT Checksum
 
USHORT Urgent
 

Detailed Description

Definition at line 40 of file eth.h.

Member Data Documentation

◆ AckNumber

ULONG TCPv4_HEADER::AckNumber

Definition at line 45 of file eth.h.

◆ Checksum

USHORT TCPv4_HEADER::Checksum

Definition at line 49 of file eth.h.

◆ DataOffset

UCHAR TCPv4_HEADER::DataOffset

Definition at line 46 of file eth.h.

◆ DestinationPort

USHORT TCPv4_HEADER::DestinationPort

Definition at line 43 of file eth.h.

◆ Flags

UCHAR TCPv4_HEADER::Flags

Definition at line 47 of file eth.h.

◆ SequenceNumber

ULONG TCPv4_HEADER::SequenceNumber

Definition at line 44 of file eth.h.

◆ SourcePort

USHORT TCPv4_HEADER::SourcePort

Definition at line 42 of file eth.h.

◆ Urgent

USHORT TCPv4_HEADER::Urgent

Definition at line 50 of file eth.h.

◆ Window

USHORT TCPv4_HEADER::Window

Definition at line 48 of file eth.h.


The documentation for this struct was generated from the following files: