ReactOS 0.4.16-dev-41-ge8c7597
|
#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 |
Definition at line 90 of file ethernetutils.h.
ULONG _tagTCPHeader::tcp_ack |
Definition at line 94 of file ethernetutils.h.
USHORT _tagTCPHeader::tcp_dest |
Definition at line 92 of file ethernetutils.h.
USHORT _tagTCPHeader::tcp_flags |
Definition at line 95 of file ethernetutils.h.
ULONG _tagTCPHeader::tcp_seq |
Definition at line 93 of file ethernetutils.h.
USHORT _tagTCPHeader::tcp_src |
Definition at line 91 of file ethernetutils.h.
USHORT _tagTCPHeader::tcp_urgent |
Definition at line 98 of file ethernetutils.h.
USHORT _tagTCPHeader::tcp_window |
Definition at line 96 of file ethernetutils.h.
USHORT _tagTCPHeader::tcp_xsum |
Definition at line 97 of file ethernetutils.h.
Referenced by CalculateTcpChecksumGivenPseudoCS(), and VerifyTcpChecksum().