Home
last modified time | relevance | path

Searched refs:CreatePlatformSocket (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/net/socket/
Dsocket_descriptor.h43 SocketDescriptor NET_EXPORT CreatePlatformSocket(int family,
Dsocket_descriptor.cc54 SocketDescriptor CreatePlatformSocket(int family, int type, int protocol) { in CreatePlatformSocket() function
Dtcp_listen_socket.cc51 SocketDescriptor s = CreatePlatformSocket(AF_INET, SOCK_STREAM, IPPROTO_TCP); in CreateAndBind()
Dunix_domain_socket_posix.cc111 const SocketDescriptor s = CreatePlatformSocket(PF_UNIX, SOCK_STREAM, 0); in CreateAndBind()
Dtcp_listen_socket_unittest.cc49 test_socket_ = CreatePlatformSocket(AF_INET, SOCK_STREAM, IPPROTO_TCP); in SetUp()
Dunix_domain_socket_posix_unittest.cc190 const SocketDescriptor sock = CreatePlatformSocket(PF_UNIX, SOCK_STREAM, 0); in CreateClientSocket()
Dtcp_socket_libevent.cc175 socket_ = CreatePlatformSocket(ConvertAddressFamily(family), SOCK_STREAM, in Open()
Dtcp_socket_win.cc287 socket_ = CreatePlatformSocket(ConvertAddressFamily(family), SOCK_STREAM, in Open()
/external/chromium_org/chrome/utility/local_discovery/
Dservice_discovery_message_handler.cc120 net::CreatePlatformSocket( in StaticInitializeSocketFactory()
/external/chromium_org/chrome/browser/local_discovery/
Dservice_discovery_host_client.cc33 net::CreatePlatformSocket( in GetSocketsOnFileThread()
/external/chromium_org/net/udp/
Dudp_socket_libevent.cc419 socket_ = CreatePlatformSocket(addr_family_, SOCK_DGRAM, 0); in CreateSocket()
Dudp_socket_win.cc384 socket_ = CreatePlatformSocket(addr_family_, SOCK_DGRAM, IPPROTO_UDP); in CreateSocket()