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

  /external/chromium_org/net/base/
winsock_util.h 40 // CreatePlatformSocket.
45 SOCKET CreatePlatformSocket(int family, int type, int protocol);
winsock_util.cc 58 SOCKET CreatePlatformSocket(int family, int type, int protocol) {
  /external/chromium_org/net/udp/
udp_socket_win.cc 374 socket_ = CreatePlatformSocket(addr_family_, SOCK_DGRAM, IPPROTO_UDP);
  /external/chromium_org/net/socket/
tcp_client_socket_win.cc 125 *socket = CreatePlatformSocket(family, SOCK_STREAM, IPPROTO_TCP);
128 LOG(ERROR) << "CreatePlatformSocket failed: " << os_error;
    [all...]

Completed in 62 milliseconds