mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:32:57 +00:00
[TCPIP] Implement IOCTL_ICMP_ECHO_REQUEST in tcpip.sys
Also clean up ICMP handling code in sdk/lib/drivers/ip CORE-10760
This commit is contained in:
parent
dd2ff41dfc
commit
740a859e92
9 changed files with 505 additions and 241 deletions
|
@ -36,4 +36,14 @@ NTSTATUS AddGenericHeaderIPv4(
|
|||
UINT ExtraLength,
|
||||
PVOID *NextHeader );
|
||||
|
||||
NTSTATUS BuildRawIpPacket(
|
||||
PADDRESS_FILE AddrFile,
|
||||
PIP_PACKET Packet,
|
||||
PIP_ADDRESS RemoteAddress,
|
||||
USHORT RemotePort,
|
||||
PIP_ADDRESS LocalAddress,
|
||||
USHORT LocalPort,
|
||||
PCHAR DataBuffer,
|
||||
UINT DataLen);
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue