HomeSort by relevance Sort by last modified time
    Searched refs:dwAddress (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wspiapi.h 56 struct addrinfo * WINAPI WspiapiNewAddrInfo (int iSocketType,int iProtocol,WORD wPort,DWORD dwAddress);
88 DWORD dwAddress = 0;
97 dwAddress = inet_addr (pszAddress);
98 if (dwAddress == INADDR_NONE)
100 *pdwAddress = dwAddress;
105 WspiapiNewAddrInfo (int iSocketType,int iProtocol, WORD wPort,DWORD dwAddress)
119 pa->sin_addr.s_addr = dwAddress;
iphlpapi.h 47 DWORD WINAPI CreateProxyArpEntry(DWORD dwAddress,DWORD dwMask,DWORD dwIfIndex);
48 DWORD WINAPI DeleteProxyArpEntry(DWORD dwAddress,DWORD dwMask,DWORD dwIfIndex);
tlhelp32.h 43 ULONG_PTR dwAddress;
vdmdbg.h 244 DWORD dwAddress;
iprtrmib.h 730 DWORD dwAddress;

Completed in 210 milliseconds