ReactOS 0.4.15-dev-7924-g5949c20
_tagUDPHeader Struct Reference

#include <ethernetutils.h>

Public Attributes

USHORT udp_src
 
USHORT udp_dest
 
USHORT udp_length
 
USHORT udp_xsum
 

Detailed Description

Definition at line 103 of file ethernetutils.h.

Member Data Documentation

◆ udp_dest

USHORT _tagUDPHeader::udp_dest

Definition at line 105 of file ethernetutils.h.

◆ udp_length

USHORT _tagUDPHeader::udp_length

Definition at line 106 of file ethernetutils.h.

Referenced by ProcessUDPHeader().

◆ udp_src

USHORT _tagUDPHeader::udp_src

Definition at line 104 of file ethernetutils.h.

◆ udp_xsum

USHORT _tagUDPHeader::udp_xsum

Definition at line 107 of file ethernetutils.h.

Referenced by CalculateUdpChecksumGivenPseudoCS(), and VerifyUdpChecksum().


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