OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateAndBind
(Results
1 - 6
of
6
) 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);
tcp_listen_socket.h
26
static SocketDescriptor
CreateAndBind
(const std::string& ip, int port);
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,
unix_domain_socket_posix.h
70
static SocketDescriptor
CreateAndBind
(const std::string& path,
/external/chromium_org/net/tools/fetch/
http_listen_socket.cc
43
SocketDescriptor s = net::TCPListenSocket::
CreateAndBind
(ip, port);
/external/chromium_org/chrome/browser/nacl_host/
nacl_process_host.cc
610
s = net::TCPListenSocket::
CreateAndBind
("127.0.0.1", kDebugStubPort);
[
all
...]
Completed in 46 milliseconds