mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 18:04:18 +08:00
d6ae92cdcf
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@615 4407c894-4637-0410-b4f5-ada5f102cad1
65 lines
1.1 KiB
Modula-2
65 lines
1.1 KiB
Modula-2
LIBRARY IPHLPAPI.DLL
|
|
EXPORTS
|
|
AddIPAddress
|
|
AllocateAndGetIfTableFromStack
|
|
AllocateAndGetIpAddrTableFromStack
|
|
CreateIpForwardEntry
|
|
CreateIpNetEntry
|
|
CreateProxyArpEntry
|
|
DeleteIPAddress
|
|
DeleteIpForwardEntry
|
|
DeleteIpNetEntry
|
|
DeleteProxyArpEntry
|
|
EnableRouter
|
|
FlushIpNetTable
|
|
GetAdapterIndex
|
|
GetAdapterOrderMap
|
|
GetAdaptersAddresses
|
|
GetAdaptersInfo
|
|
GetBestInterface
|
|
GetBestInterfaceEx
|
|
GetBestRoute
|
|
GetFriendlyIfIndex
|
|
GetIcmpStatistics
|
|
GetIcmpStatisticsEx
|
|
GetIfEntry
|
|
GetIfTable
|
|
GetInterfaceInfo
|
|
GetIpAddrTable
|
|
GetIpForwardTable
|
|
GetIpNetTable
|
|
GetIpStatistics
|
|
GetIpStatisticsEx
|
|
GetNetworkParams
|
|
GetNumberOfInterfaces
|
|
GetPerAdapterInfo
|
|
GetRTTAndHopCount
|
|
GetTcpStatistics
|
|
GetTcpStatisticsEx
|
|
GetTcpTable
|
|
GetUdpStatistics
|
|
GetUdpStatisticsEx
|
|
GetUdpTable
|
|
GetUniDirectionalAdapterInfo
|
|
Icmp6CreateFile
|
|
Icmp6ParseReplies
|
|
Icmp6SendEcho2
|
|
IcmpCloseHandle
|
|
IcmpCreateFile
|
|
IcmpParseReplies
|
|
IcmpSendEcho
|
|
IcmpSendEcho2
|
|
IpReleaseAddress
|
|
IpRenewAddress
|
|
IsLocalAddress
|
|
NotifyAddrChange
|
|
NotifyRouteChange
|
|
SendARP
|
|
SetIfEntry
|
|
SetIpForwardEntry
|
|
SetIpNetEntry
|
|
SetIpStatistics
|
|
SetIpTTL
|
|
SetTcpEntry
|
|
UnenableRouter
|