Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
65549c5e
Commit
65549c5e
authored
Jul 17, 2008
by
Juan Lang
Committed by
Alexandre Julliard
Jul 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iphlpapi: Move Icmp* functions from icmp to iphlpapi.
parent
d725626a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
10 deletions
+14
-10
Makefile.in
dlls/icmp/Makefile.in
+0
-2
icmp.spec
dlls/icmp/icmp.spec
+4
-4
Makefile.in
dlls/iphlpapi/Makefile.in
+1
-0
icmp.c
dlls/iphlpapi/icmp.c
+4
-4
ip.h
dlls/iphlpapi/ip.h
+0
-0
ip_icmp.h
dlls/iphlpapi/ip_icmp.h
+0
-0
iphlpapi.spec
dlls/iphlpapi/iphlpapi.spec
+5
-0
No files found.
dlls/icmp/Makefile.in
View file @
65549c5e
...
...
@@ -6,8 +6,6 @@ MODULE = icmp.dll
IMPORTLIB
=
icmp
IMPORTS
=
kernel32
C_SRCS
=
icmp_main.c
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/icmp/icmp.spec
View file @
65549c5e
@ stdcall IcmpCloseHandle(ptr)
@ stdcall IcmpCreateFile()
@ stdcall IcmpCloseHandle(ptr)
iphlpapi.IcmpCloseHandle
@ stdcall IcmpCreateFile()
iphlpapi.IcmpCreateFile
@ stub IcmpParseReplies
@ st
ub
IcmpSendEcho2
@ stdcall IcmpSendEcho(ptr long ptr long ptr ptr long long)
@ st
dcall IcmpSendEcho2(ptr ptr ptr ptr long ptr long ptr ptr long long) iphlpapi.
IcmpSendEcho2
@ stdcall IcmpSendEcho(ptr long ptr long ptr ptr long long)
iphlpapi.IcmpSendEcho
@ stub do_echo_rep
@ stub do_echo_req
@ stub register_icmp
dlls/iphlpapi/Makefile.in
View file @
65549c5e
...
...
@@ -8,6 +8,7 @@ IMPORTS = advapi32 kernel32
EXTRALIBS
=
@RESOLVLIBS@
C_SRCS
=
\
icmp.c
\
ifenum.c
\
iphlpapi_main.c
\
ipstats.c
...
...
dlls/i
cmp/icmp_main
.c
→
dlls/i
phlpapi/icmp
.c
View file @
65549c5e
...
...
@@ -146,7 +146,7 @@ static int in_cksum(u_short *addr, int len)
*/
/***********************************************************************
* IcmpCreateFile (I
CMP
.@)
* IcmpCreateFile (I
PHLPAPI
.@)
*/
HANDLE
WINAPI
IcmpCreateFile
(
VOID
)
{
...
...
@@ -171,7 +171,7 @@ HANDLE WINAPI IcmpCreateFile(VOID)
/***********************************************************************
* IcmpCloseHandle (I
CMP
.@)
* IcmpCloseHandle (I
PHLPAPI
.@)
*/
BOOL
WINAPI
IcmpCloseHandle
(
HANDLE
IcmpHandle
)
{
...
...
@@ -189,7 +189,7 @@ BOOL WINAPI IcmpCloseHandle(HANDLE IcmpHandle)
/***********************************************************************
* IcmpSendEcho (I
CMP
.@)
* IcmpSendEcho (I
PHLPAPI
.@)
*/
DWORD
WINAPI
IcmpSendEcho
(
HANDLE
IcmpHandle
,
...
...
@@ -364,7 +364,7 @@ DWORD WINAPI IcmpSendEcho(
case
ICMP_UNREACH_ISOLATED
:
#endif
#ifdef ICMP_UNREACH_HOST_PROHIB
case
ICMP_UNREACH_HOST_PROHIB
:
case
ICMP_UNREACH_HOST_PROHIB
:
#endif
#ifdef ICMP_UNREACH_TOSHOST
case
ICMP_UNREACH_TOSHOST
:
...
...
dlls/i
cmp
/ip.h
→
dlls/i
phlpapi
/ip.h
View file @
65549c5e
File moved
dlls/i
cmp
/ip_icmp.h
→
dlls/i
phlpapi
/ip_icmp.h
View file @
65549c5e
File moved
dlls/iphlpapi/iphlpapi.spec
View file @
65549c5e
...
...
@@ -54,6 +54,11 @@
@ stdcall GetUdpTable( ptr ptr long )
@ stub GetUdpTableFromStack
@ stdcall GetUniDirectionalAdapterInfo( ptr ptr )
@ stdcall IcmpCloseHandle(ptr)
@ stdcall IcmpCreateFile()
@ stub IcmpParseReplies
@ stub IcmpSendEcho2
@ stdcall IcmpSendEcho(ptr long ptr long ptr ptr long long)
@ stub InternalCreateIpForwardEntry
@ stub InternalCreateIpNetEntry
@ stub InternalDeleteIpForwardEntry
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment