ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
#include <icmp.h>
Go to the source code of this file.
Functions | |
NTSTATUS | ICMPStartup () |
NTSTATUS | ICMPShutdown () |
NTSTATUS | ICMPSendDatagram (PADDRESS_FILE AddrFile, PTDI_CONNECTION_INFORMATION ConnInfo, PCHAR BufferData, ULONG DataSize, PULONG DataUsed) |
VOID | ICMPReceive (PIP_INTERFACE Interface, PIP_PACKET IPPacket) |
VOID | ICMPReply (PIP_INTERFACE Interface, PIP_PACKET IPPacket, UCHAR Type, UCHAR Code) |
VOID ICMPReceive | ( | PIP_INTERFACE | Interface, |
PIP_PACKET | IPPacket | ||
) |
Definition at line 53 of file icmp.c.
Referenced by ICMPStartup().
VOID ICMPReply | ( | PIP_INTERFACE | Interface, |
PIP_PACKET | IPPacket, | ||
UCHAR | Type, | ||
UCHAR | Code | ||
) |
Definition at line 91 of file icmp.c.
Referenced by ICMPReceive().
NTSTATUS ICMPSendDatagram | ( | PADDRESS_FILE | AddrFile, |
PTDI_CONNECTION_INFORMATION | ConnInfo, | ||
PCHAR | BufferData, | ||
ULONG | DataSize, | ||
PULONG | DataUsed | ||
) |
Definition at line 29 of file icmp.c.
Referenced by FileOpenAddress().
NTSTATUS ICMPShutdown | ( | ) |
Definition at line 22 of file icmp.c.
Referenced by TiUnload().
NTSTATUS ICMPStartup | ( | ) |