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

  /external/chromium_org/net/socket/
tcp_listen_socket.cc 35 SocketDescriptor s = CreateAndBind(ip, port);
50 SocketDescriptor TCPListenSocket::CreateAndBind(const string& ip, int port) {
78 SocketDescriptor s = CreateAndBind(ip, 0);
tcp_listen_socket.h 27 static SocketDescriptor CreateAndBind(const std::string& ip, int port);
unix_domain_socket_posix.h 70 static SocketDescriptor CreateAndBind(const std::string& path,
unix_domain_socket_posix.cc 63 SocketDescriptor s = CreateAndBind(path, use_abstract_namespace);
65 s = CreateAndBind(fallback_path, use_abstract_namespace);
105 SocketDescriptor UnixDomainSocket::CreateAndBind(const std::string& path,
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 781 s = net::TCPListenSocket::CreateAndBind("127.0.0.1", port);
    [all...]

Completed in 556 milliseconds