diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2000-10-01 14:22:14 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2000-10-01 14:22:14 +0000 |
commit | 7d278f3da361403e846eeeaf6b32b884917180d7 (patch) | |
tree | e16db49c9f5b531704c858a5b789cb936f4455c5 /winsup/w32api/lib | |
parent | 72be82dab3c0dc5905f6c65c0c97c4c422776dc0 (diff) | |
download | newlib-7d278f3da361403e846eeeaf6b32b884917180d7.zip newlib-7d278f3da361403e846eeeaf6b32b884917180d7.tar.gz newlib-7d278f3da361403e846eeeaf6b32b884917180d7.tar.bz2 |
* lib/iphlpapi.def: New stub for iphlpapi.dll.
* include/iptypes.h: New header file.
* include/ipexport.h: Ditto.
* include/iphlpapi.h: Ditto.
* include/iprtrmib.h: Ditto.
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r-- | winsup/w32api/lib/iphlpapi.def | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/winsup/w32api/lib/iphlpapi.def b/winsup/w32api/lib/iphlpapi.def new file mode 100644 index 0000000..294c752 --- /dev/null +++ b/winsup/w32api/lib/iphlpapi.def @@ -0,0 +1,33 @@ +LIBRARY "IPHLPAPI.DLL" +EXPORTS +CreateIpForwardEntry@4 +CreateIpNetEntry@4 +DeleteIpForwardEntry@4 +DeleteIpNetEntry@4 +GetAdaptersInfo@8 +GetBestInterface@8 +GetBestRoute@12 +GetFriendlyIfIndex@4 +GetIcmpStatistics@4 +GetIfEntry@4 +GetIfTable@12 +GetInterfaceInfo@8 +GetIpAddrTable@12 +GetIpForwardTable@12 +GetIpNetTable@12 +GetIpStatistics@4 +GetNetworkParams@8 +GetNumberOfInterfaces@4 +GetRTTAndHopCount@16 +GetTcpStatistics@4 +GetTcpTable@12 +GetUdpStatistics@4 +GetUdpTable@12 +IpReleaseAddress@4 +IpRenewAddress@4 +SetIfEntry@4 +SetIpForwardEntry@4 +SetIpNetEntry@4 +SetIpStatistics@4 +SetIpTTL@4 +SetTcpEntry@4 |