CreatePlatformSocket   33 chrome/browser/local_discovery/service_discovery_host_client.cc         net::CreatePlatformSocket(
CreatePlatformSocket  118 chrome/utility/local_discovery/service_discovery_message_handler.cc         net::CreatePlatformSocket(
CreatePlatformSocket   43 net/socket/socket_descriptor.h SocketDescriptor NET_EXPORT CreatePlatformSocket(int family,
CreatePlatformSocket   51 net/socket/tcp_listen_socket.cc   SocketDescriptor s = CreatePlatformSocket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
CreatePlatformSocket   49 net/socket/tcp_listen_socket_unittest.cc   test_socket_ = CreatePlatformSocket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
CreatePlatformSocket  178 net/socket/tcp_socket_libevent.cc   socket_ = CreatePlatformSocket(ConvertAddressFamily(family), SOCK_STREAM,
CreatePlatformSocket  289 net/socket/tcp_socket_win.cc   socket_ = CreatePlatformSocket(ConvertAddressFamily(family), SOCK_STREAM,
CreatePlatformSocket  111 net/socket/unix_domain_socket_posix.cc   const SocketDescriptor s = CreatePlatformSocket(PF_UNIX, SOCK_STREAM, 0);
CreatePlatformSocket  190 net/socket/unix_domain_socket_posix_unittest.cc     const SocketDescriptor sock = CreatePlatformSocket(PF_UNIX, SOCK_STREAM, 0);
CreatePlatformSocket  421 net/udp/udp_socket_libevent.cc   socket_ = CreatePlatformSocket(addr_family_, SOCK_DGRAM, 0);
CreatePlatformSocket  384 net/udp/udp_socket_win.cc   socket_ = CreatePlatformSocket(addr_family_, SOCK_DGRAM, IPPROTO_UDP);