2 * Interface to the ICMP functions.
4 * Copyright (C) 1999 Francois Gouget
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #ifndef __WINE_ICMPAPI_H
22 #define __WINE_ICMPAPI_H
29 HANDLE WINAPI
IcmpCreateFile(
33 HANDLE WINAPI
Icmp6CreateFile(
37 BOOL WINAPI
IcmpCloseHandle(
41 DWORD WINAPI
IcmpParseReplies(
46 DWORD WINAPI
Icmp6ParseReplies(
51 DWORD WINAPI
IcmpSendEcho(
53 IPAddr DestinationAddress
,
56 PIP_OPTION_INFORMATION RequestOptions
,
62 DWORD WINAPI
IcmpSendEcho2(
65 #ifdef __WINE_WINTERNL_H
66 PIO_APC_ROUTINE ApcRoutine
,
71 IPAddr DestinationAddress
,
74 PIP_OPTION_INFORMATION RequestOptions
,
80 DWORD WINAPI
IcmpSendEcho2Ex(
83 #ifdef __WINE_WINTERNL_H
84 PIO_APC_ROUTINE ApcRoutine
,
90 IPAddr DestinationAddress
,
93 PIP_OPTION_INFORMATION RequestOptions
,
99 DWORD WINAPI
Icmp6SendEcho2(
102 #ifdef __WINE_WINTERNL_H
103 PIO_APC_ROUTINE ApcRoutine
,
108 struct sockaddr_in6
* SourceAddress
,
109 struct sockaddr_in6
* DestinationAddress
,
112 PIP_OPTION_INFORMATION RequestOptions
,
123 #endif /* __WINE_ICMPAPI_H */