Searched refs:CreateAndBind (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/socket/
H A Dtcp_listen_socket.cc35 SocketDescriptor s = CreateAndBind(ip, port);
50 SocketDescriptor TCPListenSocket::CreateAndBind(const string& ip, int port) { function in class:net::TCPListenSocket
78 SocketDescriptor s = CreateAndBind(ip, 0);
H A Dtcp_listen_socket.h27 static SocketDescriptor CreateAndBind(const std::string& ip, int port);
H A Dunix_domain_listen_socket_posix.cc32 int CreateAndBind(const std::string& socket_path, function in namespace:net::deprecated::__anon9555
71 int rv = CreateAndBind(path, use_abstract_namespace, &socket_fd);
73 rv = CreateAndBind(fallback_path, use_abstract_namespace, &socket_fd);
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc776 s = net::TCPListenSocket::CreateAndBind("127.0.0.1", port);

Completed in 588 milliseconds