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
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/net/tools/fetch/
http_listen_socket.cc
42
net::SocketDescriptor s = net::TCPListenSocket::
CreateAndBind
(ip, port);
/external/chromium_org/components/nacl/browser/
nacl_process_host.cc
682
s = net::TCPListenSocket::
CreateAndBind
("127.0.0.1", kDebugStubPort);
[
all
...]
Completed in 2150 milliseconds