ReactOS 0.4.15-dev-7934-g1dc8d80
_tagTCPHeader Struct Reference

#include <ethernetutils.h>

Public Attributes

USHORT tcp_src
 
USHORT tcp_dest
 
ULONG tcp_seq
 
ULONG tcp_ack
 
USHORT tcp_flags
 
USHORT tcp_window
 
USHORT tcp_xsum
 
USHORT tcp_urgent
 

Detailed Description

Definition at line 90 of file ethernetutils.h.

Member Data Documentation

◆ tcp_ack

ULONG _tagTCPHeader::tcp_ack

Definition at line 94 of file ethernetutils.h.

◆ tcp_dest

USHORT _tagTCPHeader::tcp_dest

Definition at line 92 of file ethernetutils.h.

◆ tcp_flags

USHORT _tagTCPHeader::tcp_flags

Definition at line 95 of file ethernetutils.h.

◆ tcp_seq

ULONG _tagTCPHeader::tcp_seq

Definition at line 93 of file ethernetutils.h.

◆ tcp_src

USHORT _tagTCPHeader::tcp_src

Definition at line 91 of file ethernetutils.h.

◆ tcp_urgent

USHORT _tagTCPHeader::tcp_urgent

Definition at line 98 of file ethernetutils.h.

◆ tcp_window

USHORT _tagTCPHeader::tcp_window

Definition at line 96 of file ethernetutils.h.

◆ tcp_xsum

USHORT _tagTCPHeader::tcp_xsum

Definition at line 97 of file ethernetutils.h.

Referenced by CalculateTcpChecksumGivenPseudoCS(), and VerifyTcpChecksum().


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