Searched defs:CreateAndBind (Results 1 - 2 of 2) 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 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);

Completed in 967 milliseconds