|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ethernetutils.h>
Public Attributes | |
| USHORT | udp_src |
| USHORT | udp_dest |
| USHORT | udp_length |
| USHORT | udp_xsum |
Definition at line 103 of file ethernetutils.h.
| USHORT _tagUDPHeader::udp_dest |
Definition at line 105 of file ethernetutils.h.
| USHORT _tagUDPHeader::udp_length |
Definition at line 106 of file ethernetutils.h.
Referenced by ProcessUDPHeader().
| USHORT _tagUDPHeader::udp_src |
Definition at line 104 of file ethernetutils.h.
| USHORT _tagUDPHeader::udp_xsum |
Definition at line 107 of file ethernetutils.h.
Referenced by CalculateUdpChecksumGivenPseudoCS(), and VerifyUdpChecksum().