ReactOS 0.4.16-dev-334-g4d9f67c
|
#include "iphlpapi_private.h"
Go to the source code of this file.
Definition at line 15 of file icmp.c.
Referenced by RunTraceRoute(), test_Icmp6CreateFile(), test_IcmpCloseHandle(), and wmain().
Definition at line 54 of file icmp.c.
DWORD WINAPI Icmp6SendEcho2 | ( | _In_ HANDLE | IcmpHandle, |
_In_opt_ HANDLE | Event, | ||
_In_opt_ PIO_APC_ROUTINE | ApcRoutine, | ||
_In_opt_ PVOID | ApcContext, | ||
_In_ struct sockaddr_in6 * | SourceAddress, | ||
_In_ struct sockaddr_in6 * | DestinationAddress, | ||
_In_ LPVOID | RequestData, | ||
_In_ WORD | RequestSize, | ||
_In_ PIP_OPTION_INFORMATION | RequestOptions, | ||
_Out_ LPVOID | ReplyBuffer, | ||
_In_ DWORD | ReplySize, | ||
_In_ DWORD | Timeout | ||
) |
Definition at line 77 of file icmp.c.
Referenced by Ping(), and RunTraceRoute().
Definition at line 202 of file icmp.c.
Referenced by RunTraceRoute(), test_Icmp6CreateFile(), test_IcmpCloseHandle(), test_IcmpCreateFile(), test_IcmpSendEcho(), and wmain().
Definition at line 219 of file icmp.c.
Referenced by RunTraceRoute(), test_IcmpCloseHandle(), test_IcmpCreateFile(), test_IcmpSendEcho(), and wmain().
Definition at line 258 of file icmp.c.
DWORD WINAPI IcmpSendEcho | ( | _In_ HANDLE | IcmpHandle, |
_In_ IPAddr | DestinationAddress, | ||
_In_ LPVOID | RequestData, | ||
_In_ WORD | RequestSize, | ||
_In_opt_ PIP_OPTION_INFORMATION | RequestOptions, | ||
_Out_ LPVOID | ReplyBuffer, | ||
_In_ DWORD | ReplySize, | ||
_In_ DWORD | Timeout | ||
) |
Definition at line 423 of file icmp.c.
Referenced by test_IcmpSendEcho().
DWORD WINAPI IcmpSendEcho2 | ( | _In_ HANDLE | IcmpHandle, |
_In_opt_ HANDLE | Event, | ||
_In_opt_ PIO_APC_ROUTINE | ApcRoutine, | ||
_In_opt_ PVOID | ApcContext, | ||
_In_ IPAddr | DestinationAddress, | ||
_In_ LPVOID | RequestData, | ||
_In_ WORD | RequestSize, | ||
_In_opt_ PIP_OPTION_INFORMATION | RequestOptions, | ||
_Out_ LPVOID | ReplyBuffer, | ||
_In_ DWORD | ReplySize, | ||
_In_ DWORD | Timeout | ||
) |
Definition at line 285 of file icmp.c.
Referenced by Ping(), and RunTraceRoute().
WINE_DEFAULT_DEBUG_CHANNEL | ( | iphlpapi | ) |