Source code of Windows XP (NT5)
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.

159 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. IpReleaseAddress
  69. IpRenewAddress
  70. GetInterfaceInfo
  71. GetUniDirectionalAdapterInfo
  72. EnableRouter
  73. UnenableRouter
  74. RestoreMediaSense
  75. DisableMediaSense
  76. GetAdapterOrderMap
  77. AllocateAndGetIfTableFromStack
  78. AllocateAndGetIpAddrTableFromStack
  79. AllocateAndGetTcpTableFromStack
  80. AllocateAndGetUdpTableFromStack
  81. AllocateAndGetIpForwardTableFromStack
  82. AllocateAndGetIpNetTableFromStack
  83. AllocateAndGetArpEntTableFromStack
  84. AllocateAndGetTcpExTableFromStack
  85. AllocateAndGetUdpExTableFromStack
  86. GetIfTableFromStack
  87. GetIfEntryFromStack
  88. SetIfEntryToStack
  89. GetIpAddrTableFromStack
  90. GetTcpTableFromStack
  91. SetTcpEntryToStack
  92. GetUdpTableFromStack
  93. GetIpForwardTableFromStack
  94. GetIpStatsFromStack
  95. GetIpStatsFromStackEx
  96. SetIpStatsToStack
  97. GetIcmpStatsFromStack
  98. GetIcmpStatsFromStackEx
  99. GetUdpStatsFromStack
  100. GetUdpStatsFromStackEx
  101. GetTcpStatsFromStack
  102. GetTcpStatsFromStackEx
  103. GetIpNetTableFromStack
  104. SetIpNetEntryToStack
  105. SetIpForwardEntryToStack
  106. SetIpRouteEntryToStack
  107. SetIpMultihopRouteEntryToStack
  108. GetBestInterfaceFromStack
  109. GetBestRouteFromStack
  110. SetProxyArpEntryToStack
  111. NTTimeToNTPTime
  112. NTPTimeToNTFileTime
  113. GetNetworkParams
  114. GetAdaptersInfo
  115. GetPerAdapterInfo
  116. SetIpTTL
  117. GetFriendlyIfIndex
  118. SetAdapterIpAddress
  119. FlushIpNetTable
  120. FlushIpNetTableFromStack
  121. GetIgmpList
  122. SetBlockRoutes
  123. SetRouteWithRef
  124. NhpGetInterfaceIndexFromStack
  125. NhpAllocateAndGetInterfaceInfoFromStack
  126. NhGetInterfaceNameFromGuid
  127. NhGetInterfaceNameFromDeviceGuid
  128. NhGetGuidFromInterfaceName
  129. NotifyRouteChangeEx
  130. GetAdaptersAddresses
  131. GetIpErrorString
  132. GetBestInterfaceEx
  133. RtlIpv4AddressToStringExA
  134. RtlIpv4AddressToStringExW
  135. RtlIpv4StringToAddressExA
  136. RtlIpv4StringToAddressExW
  137. RtlIpv6AddressToStringExA
  138. RtlIpv6AddressToStringExW
  139. RtlIpv6StringToAddressExA
  140. RtlIpv6StringToAddressExW