ReactOS 0.4.16-dev-122-g325d74c
|
#include <icmp.h>
Public Attributes | |
UINT8 | Type |
UINT8 | Code |
UINT16 | Checksum |
UINT16 | Identifier |
UINT16 | Seq |
UINT16 ICMP_HEADER::Checksum |
Definition at line 14 of file icmp.h.
Referenced by ICMPReceive().
UINT8 ICMP_HEADER::Code |
Definition at line 13 of file icmp.h.
Referenced by GetReplyStatus(), and ICMPReceive().
UINT8 ICMP_HEADER::Type |
Definition at line 12 of file icmp.h.
Referenced by GetReplyStatus(), ICMPReceive(), and ReceiveDatagram().