HomeSort by relevance Sort by last modified time
    Searched refs:CreateAndBind (Results 1 - 4 of 4) 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_listen_socket_posix.cc 32 int CreateAndBind(const std::string& socket_path,
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/
nacl_process_host.cc 776 s = net::TCPListenSocket::CreateAndBind("127.0.0.1", port);
    [all...]

Completed in 367 milliseconds