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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2ipdef.h 76 SOCKADDR_STORAGE gf_group;
79 SOCKADDR_STORAGE gf_slist[1];
84 SOCKADDR_STORAGE gr_group;
89 SOCKADDR_STORAGE gsr_group;
90 SOCKADDR_STORAGE gsr_source;
mstcpip.h 55 SOCKADDR_STORAGE PeerAddress;
73 SOCKADDR_STORAGE PeerAddress;
winhttp.h 540 SOCKADDR_STORAGE LocalAddress;
541 SOCKADDR_STORAGE RemoteAddress;
wsdbase.h 137 STDMETHOD_(HRESULT,SetSockaddr)(THIS_ const SOCKADDR_STORAGE *pSockAddr) PURE;
138 STDMETHOD_(HRESULT *,GetSockaddr)(THIS_ SOCKADDR_STORAGE *pSockAddr) PURE;
http.h 318 SOCKADDR_STORAGE AddrList[ANYSIZE_ARRAY];
winsock2.h 260 struct sockaddr_storage { struct
580 typedef struct sockaddr_storage SOCKADDR_STORAGE;
581 typedef struct sockaddr_storage *PSOCKADDR_STORAGE;
582 typedef struct sockaddr_storage *LPSOCKADDR_STORAGE;
    [all...]
  /external/chromium_org/net/dns/
address_sorter_win.cc 48 sizeof(SOCKADDR_STORAGE))),
55 SOCKADDR_STORAGE* storage = reinterpret_cast<SOCKADDR_STORAGE*>(
67 socklen_t addr_len = sizeof(SOCKADDR_STORAGE);

Completed in 117 milliseconds