HomeSort by relevance Sort by last modified time
    Searched defs:CreateAndBind (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/socket/
tcp_listen_socket.cc 34 SocketDescriptor s = CreateAndBind(ip, port);
49 SocketDescriptor TCPListenSocket::CreateAndBind(const string& ip, int port) {
81 SocketDescriptor s = CreateAndBind(ip, 0);
unix_domain_socket_posix.cc 62 SocketDescriptor s = CreateAndBind(path, use_abstract_namespace);
64 s = CreateAndBind(fallback_path, use_abstract_namespace);
103 SocketDescriptor UnixDomainSocket::CreateAndBind(const std::string& path,

Completed in 44 milliseconds