OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bind_socket
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/android/forwarder2/
host_forwarder_main.cc
225
Socket
bind_socket
;
226
CHECK(
bind_socket
.BindTcp("127.0.0.1", 0));
227
const int port =
bind_socket
.GetPort();
228
bind_socket
.Close();
/external/chromium/third_party/libevent/
http.c
201
static int
bind_socket
(const char *, u_short, int reuse);
2764
bind_socket
(const char *address, u_short port, int reuse)
function
[
all
...]
/external/chromium_org/third_party/libevent/
http.c
201
static int
bind_socket
(const char *, u_short, int reuse);
2764
bind_socket
(const char *address, u_short port, int reuse)
function
[
all
...]
Completed in 234 milliseconds