Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

152 lines
3.3 KiB

  1. LIBRARY iphlpapi
  2. EXPORTS
  3. ; exports for icmp.dll functionality
  4. ;
  5. do_echo_req
  6. do_echo_rep
  7. register_icmp
  8. IcmpCloseHandle
  9. IcmpCreateFile
  10. IcmpParseReplies
  11. IcmpSendEcho
  12. IcmpSendEcho2
  13. Icmp6CreateFile
  14. Icmp6SendEcho2
  15. Icmp6ParseReplies
  16. GetIfTable
  17. GetIfEntry
  18. GetIpAddrTable
  19. GetIpNetTable
  20. GetIpForwardTable
  21. GetTcpTable
  22. GetUdpTable
  23. GetIpStatistics
  24. GetIpStatisticsEx
  25. GetIcmpStatistics
  26. GetIcmpStatisticsEx
  27. GetTcpStatistics
  28. GetTcpStatisticsEx
  29. GetUdpStatistics
  30. GetUdpStatisticsEx
  31. SetIfEntry
  32. CreateIpForwardEntry
  33. SetIpForwardEntry
  34. DeleteIpForwardEntry
  35. SetIpStatistics
  36. CreateIpNetEntry
  37. SetIpNetEntry
  38. DeleteIpNetEntry
  39. SetTcpEntry
  40. GetBestInterface
  41. GetBestRoute
  42. SendARP
  43. GetNumberOfInterfaces
  44. CreateProxyArpEntry
  45. DeleteProxyArpEntry
  46. InternalGetIfTable
  47. InternalGetIpAddrTable
  48. InternalGetIpNetTable
  49. InternalGetIpForwardTable
  50. InternalGetTcpTable
  51. InternalGetUdpTable
  52. InternalSetIfEntry
  53. InternalCreateIpForwardEntry
  54. InternalSetIpForwardEntry
  55. InternalDeleteIpForwardEntry
  56. InternalSetIpStats
  57. InternalCreateIpNetEntry
  58. InternalSetIpNetEntry
  59. InternalDeleteIpNetEntry
  60. InternalSetTcpEntry
  61. GetAdapterIndex
  62. AddIPAddress
  63. DeleteIPAddress
  64. GetRTTAndHopCount
  65. IsLocalAddress
  66. NotifyAddrChange
  67. NotifyRouteChange
  68. CancelIPChangeNotify
  69. IpReleaseAddress
  70. IpRenewAddress
  71. GetInterfaceInfo
  72. GetUniDirectionalAdapterInfo
  73. EnableRouter
  74. UnenableRouter
  75. RestoreMediaSense
  76. DisableMediaSense
  77. GetAdapterOrderMap
  78. AllocateAndGetIfTableFromStack
  79. AllocateAndGetIpAddrTableFromStack
  80. AllocateAndGetTcpTableFromStack
  81. AllocateAndGetUdpTableFromStack
  82. AllocateAndGetIpForwardTableFromStack
  83. AllocateAndGetIpNetTableFromStack
  84. AllocateAndGetArpEntTableFromStack
  85. AllocateAndGetTcpExTableFromStack
  86. AllocateAndGetUdpExTableFromStack
  87. GetIfTableFromStack
  88. GetIfEntryFromStack
  89. SetIfEntryToStack
  90. GetIpAddrTableFromStack
  91. GetTcpTableFromStack
  92. SetTcpEntryToStack
  93. GetUdpTableFromStack
  94. GetIpForwardTableFromStack
  95. GetIpStatsFromStack
  96. GetIpStatsFromStackEx
  97. SetIpStatsToStack
  98. GetIcmpStatsFromStack
  99. GetIcmpStatsFromStackEx
  100. GetUdpStatsFromStack
  101. GetUdpStatsFromStackEx
  102. GetTcpStatsFromStack
  103. GetTcpStatsFromStackEx
  104. GetIpNetTableFromStack
  105. SetIpNetEntryToStack
  106. SetIpForwardEntryToStack
  107. SetIpRouteEntryToStack
  108. SetIpMultihopRouteEntryToStack
  109. GetBestInterfaceFromStack
  110. GetBestRouteFromStack
  111. SetProxyArpEntryToStack
  112. NTTimeToNTPTime
  113. NTPTimeToNTFileTime
  114. GetNetworkParams
  115. GetAdaptersInfo
  116. GetPerAdapterInfo
  117. SetIpTTL
  118. GetFriendlyIfIndex
  119. SetAdapterIpAddress
  120. FlushIpNetTable
  121. FlushIpNetTableFromStack
  122. GetIgmpList
  123. SetBlockRoutes
  124. SetRouteWithRef
  125. NhpGetInterfaceIndexFromStack
  126. NhpAllocateAndGetInterfaceInfoFromStack
  127. NhGetInterfaceNameFromGuid
  128. NhGetInterfaceNameFromDeviceGuid
  129. NhGetGuidFromInterfaceName
  130. NotifyRouteChangeEx
  131. GetAdaptersAddresses
  132. GetIpErrorString
  133. GetBestInterfaceEx