~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/include/iphlpapi.h

Version: ~ [ wine-1.5.30 ] ~ [ wine-1.5.29 ] ~ [ wine-1.5.28 ] ~ [ wine-1.5.27 ] ~ [ wine-1.5.26 ] ~ [ wine-1.5.25 ] ~ [ wine-1.5.24 ] ~ [ wine-1.5.23 ] ~ [ wine-1.5.22 ] ~ [ wine-1.5.21 ] ~ [ wine-1.5.20 ] ~ [ wine-1.5.19 ] ~ [ wine-1.5.18 ] ~ [ wine-1.5.17 ] ~ [ wine-1.5.16 ] ~ [ wine-1.5.15 ] ~ [ wine-1.5.14 ] ~ [ wine-1.5.13 ] ~ [ wine-1.5.12 ] ~ [ wine-1.5.11 ] ~ [ wine-1.5.10 ] ~ [ wine-1.5.9 ] ~ [ wine-1.5.8 ] ~ [ wine-1.5.7 ] ~ [ wine-1.4.1 ] ~ [ wine-1.5.6 ] ~ [ wine-1.5.5 ] ~ [ wine-1.5.4 ] ~ [ wine-1.5.3 ] ~ [ wine-1.5.2 ] ~ [ wine-1.5.1 ] ~ [ wine-1.5.0 ] ~ [ wine-1.4 ] ~ [ wine-1.4-rc6 ] ~ [ wine-1.4-rc5 ] ~ [ wine-1.4-rc4 ] ~ [ wine-1.4-rc3 ] ~ [ wine-1.4-rc2 ] ~ [ wine-1.4-rc1 ] ~ [ wine-1.3.37 ] ~ [ wine-1.3.36 ] ~ [ wine-1.3.35 ] ~ [ wine-1.3.34 ] ~ [ wine-1.3.33 ] ~ [ wine-1.3.32 ] ~ [ wine-1.3.31 ] ~ [ wine-1.3.30 ] ~ [ wine-1.3.29 ] ~ [ wine-1.3.28 ] ~ [ wine-1.3.27 ] ~ [ wine-1.3.26 ] ~ [ wine-1.3.25 ] ~ [ wine-1.3.24 ] ~ [ wine-1.3.23 ] ~ [ wine-1.3.22 ] ~ [ wine-1.3.21 ] ~ [ wine-1.3.20 ] ~ [ wine-1.3.19 ] ~ [ wine-1.3.18 ] ~ [ wine-1.2.3 ] ~ [ wine-1.3.17 ] ~ [ wine-1.3.16 ] ~ [ wine-1.3.15 ] ~ [ wine-1.3.14 ] ~ [ wine-1.3.13 ] ~ [ wine-1.3.12 ] ~ [ wine-1.3.11 ] ~ [ wine-1.3.10 ] ~ [ wine-1.3.9 ] ~ [ wine-1.2.2 ] ~ [ wine-1.3.8 ] ~ [ wine-1.3.7 ] ~ [ wine-1.3.6 ] ~ [ wine-1.3.5 ] ~ [ wine-1.2.1 ] ~ [ wine-1.3.4 ] ~ [ wine-1.3.3 ] ~ [ wine-1.3.2 ] ~ [ wine-1.3.1 ] ~ [ wine-1.3.0 ] ~ [ wine-1.2 ] ~ [ wine-1.2-rc7 ] ~ [ wine-1.2-rc6 ] ~ [ wine-1.2-rc5 ] ~ [ wine-1.2-rc4 ] ~ [ wine-1.2-rc3 ] ~ [ wine-1.2-rc2 ] ~ [ wine-1.2-rc1 ] ~ [ wine-1.1.44 ] ~ [ wine-1.1.43 ] ~ [ wine-1.1.42 ] ~ [ wine-1.1.41 ] ~ [ wine-1.1.40 ] ~ [ wine-1.1.39 ] ~ [ wine-1.1.38 ] ~ [ wine-1.1.37 ] ~ [ wine-1.1.36 ] ~ [ wine-1.1.35 ] ~ [ wine-1.1.34 ] ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 /* WINE iphlpapi.h
  2  * Copyright (C) 2003 Juan Lang
  3  *
  4  * This library is free software; you can redistribute it and/or
  5  * modify it under the terms of the GNU Lesser General Public
  6  * License as published by the Free Software Foundation; either
  7  * version 2.1 of the License, or (at your option) any later version.
  8  *
  9  * This library is distributed in the hope that it will be useful,
 10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 12  * Lesser General Public License for more details.
 13  *
 14  * You should have received a copy of the GNU Lesser General Public
 15  * License along with this library; if not, write to the Free Software
 16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 17  */
 18 #ifndef WINE_IPHLPAPI_H__
 19 #define WINE_IPHLPAPI_H__
 20 
 21 #ifdef __cplusplus
 22 extern "C" {
 23 #endif
 24 
 25 #include <iprtrmib.h>
 26 #include <ipexport.h>
 27 #include <iptypes.h>
 28 
 29 DWORD WINAPI GetNumberOfInterfaces(PDWORD pdwNumIf);
 30 
 31 DWORD WINAPI GetIfEntry(PMIB_IFROW pIfRow);
 32 
 33 DWORD WINAPI GetIfTable(PMIB_IFTABLE pIfTable, PULONG pdwSize, BOOL bOrder);
 34 
 35 DWORD WINAPI GetIpAddrTable(PMIB_IPADDRTABLE pIpAddrTable, PULONG pdwSize,
 36  BOOL bOrder);
 37 
 38 DWORD WINAPI GetIpNetTable(PMIB_IPNETTABLE pIpNetTable, PULONG pdwSize,
 39  BOOL bOrder);
 40 
 41 DWORD WINAPI GetIpForwardTable(PMIB_IPFORWARDTABLE pIpForwardTable,
 42  PULONG pdwSize, BOOL bOrder);
 43 
 44 DWORD WINAPI GetTcpTable(PMIB_TCPTABLE pTcpTable, PDWORD pdwSize, BOOL bOrder);
 45 
 46 DWORD WINAPI GetUdpTable(PMIB_UDPTABLE pUdpTable, PDWORD pdwSize, BOOL bOrder);
 47 
 48 DWORD WINAPI GetIpStatistics(PMIB_IPSTATS pStats);
 49 
 50 DWORD WINAPI GetIpStatisticsEx(PMIB_IPSTATS pStats, DWORD dwFamily);
 51 
 52 DWORD WINAPI GetIcmpStatistics(PMIB_ICMP pStats);
 53 
 54 DWORD WINAPI GetTcpStatistics(PMIB_TCPSTATS pStats);
 55 
 56 DWORD WINAPI GetTcpStatisticsEx(PMIB_TCPSTATS pStats, DWORD dwFamily);
 57 
 58 DWORD WINAPI GetUdpStatistics(PMIB_UDPSTATS pStats);
 59 
 60 DWORD WINAPI GetUdpStatisticsEx(PMIB_UDPSTATS pStats, DWORD dwFamily);
 61 
 62 DWORD WINAPI SetIfEntry(PMIB_IFROW pIfRow);
 63 
 64 DWORD WINAPI CreateIpForwardEntry(PMIB_IPFORWARDROW pRoute);
 65 
 66 DWORD WINAPI SetIpForwardEntry(PMIB_IPFORWARDROW pRoute);
 67 
 68 DWORD WINAPI DeleteIpForwardEntry(PMIB_IPFORWARDROW pRoute);
 69 
 70 DWORD WINAPI SetIpStatistics(PMIB_IPSTATS pIpStats);
 71 
 72 DWORD WINAPI SetIpTTL(UINT nTTL);
 73 
 74 DWORD WINAPI CreateIpNetEntry(PMIB_IPNETROW pArpEntry);
 75 
 76 DWORD WINAPI SetIpNetEntry(PMIB_IPNETROW pArpEntry);
 77 
 78 DWORD WINAPI DeleteIpNetEntry(PMIB_IPNETROW pArpEntry);
 79 
 80 DWORD WINAPI FlushIpNetTable(DWORD dwIfIndex);
 81 
 82 DWORD WINAPI CreateProxyArpEntry(DWORD dwAddress, DWORD dwMask,
 83  DWORD dwIfIndex);
 84 
 85 DWORD WINAPI DeleteProxyArpEntry(DWORD dwAddress, DWORD dwMask,
 86  DWORD dwIfIndex);
 87 
 88 DWORD WINAPI SetTcpEntry(PMIB_TCPROW pTcpRow);
 89 
 90 DWORD WINAPI GetInterfaceInfo(PIP_INTERFACE_INFO pIfTable, PULONG dwOutBufLen);
 91 
 92 DWORD WINAPI GetUniDirectionalAdapterInfo(
 93  PIP_UNIDIRECTIONAL_ADAPTER_ADDRESS pIPIfInfo, PULONG dwOutBufLen);
 94 
 95 DWORD WINAPI GetBestInterface(IPAddr dwDestAddr, PDWORD pdwBestIfIndex);
 96 
 97 #ifdef __WINE_WINSOCKAPI_STDLIB_H
 98 DWORD WINAPI GetBestInterfaceEx(
 99 #ifdef USE_WS_PREFIX
100     struct WS_sockaddr *pDestAddr,
101 #else
102     struct sockaddr *pDestAddr,
103 #endif
104     PDWORD pdwBestIfIndex);
105 #endif
106 
107 DWORD WINAPI GetBestRoute(DWORD dwDestAddr, DWORD dwSourceAddr,
108  PMIB_IPFORWARDROW   pBestRoute);
109 
110 DWORD WINAPI NotifyAddrChange(PHANDLE Handle, LPOVERLAPPED overlapped);
111 
112 DWORD WINAPI NotifyRouteChange(PHANDLE Handle, LPOVERLAPPED overlapped);
113 
114 BOOL WINAPI CancelIPChangeNotify(LPOVERLAPPED overlapped);
115 
116 DWORD WINAPI GetAdapterIndex(IN LPWSTR AdapterName, OUT PULONG IfIndex);
117 
118 DWORD WINAPI AddIPAddress(IPAddr Address, IPMask IpMask, DWORD IfIndex,
119  PULONG NTEContext, PULONG NTEInstance);
120 
121 DWORD WINAPI DeleteIPAddress(ULONG NTEContext);
122 
123 DWORD WINAPI GetNetworkParams(PFIXED_INFO pFixedInfo, PULONG pOutBufLen);
124 
125 DWORD WINAPI GetAdaptersInfo(PIP_ADAPTER_INFO pAdapterInfo, PULONG pOutBufLen);
126 
127 DWORD WINAPI GetPerAdapterInfo(ULONG IfIndex,
128  PIP_PER_ADAPTER_INFO pPerAdapterInfo, PULONG pOutBufLen);
129 
130 DWORD WINAPI IpReleaseAddress(PIP_ADAPTER_INDEX_MAP AdapterInfo);
131 
132 DWORD WINAPI IpRenewAddress(PIP_ADAPTER_INDEX_MAP AdapterInfo);
133 
134 DWORD WINAPI SendARP(IPAddr DestIP, IPAddr SrcIP, PULONG pMacAddr,
135  PULONG  PhyAddrLen);
136 
137 BOOL WINAPI GetRTTAndHopCount(IPAddr DestIpAddress, PULONG HopCount,
138  ULONG  MaxHops, PULONG RTT);
139 
140 DWORD WINAPI GetFriendlyIfIndex(DWORD IfIndex);
141 
142 DWORD WINAPI EnableRouter(HANDLE* pHandle, OVERLAPPED* pOverlapped);
143 
144 DWORD WINAPI UnenableRouter(OVERLAPPED* pOverlapped, LPDWORD lpdwEnableCount);
145 
146 #ifdef _WINSOCK2API_
147 ULONG WINAPI GetAdaptersAddresses(ULONG family, ULONG flags, PVOID reserved,
148                                   PIP_ADAPTER_ADDRESSES aa, PULONG buflen);
149 #endif
150 
151 #ifdef __cplusplus
152 }
153 #endif
154 
155 #endif /* WINE_IPHLPAPI_H__ */
156 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.