OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listen_fd
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/tools/flip_server/
create_listener.h
38
//
listen_fd
- this will be assigned a positive value if the socket is
48
int *
listen_fd
);
create_listener.cc
109
int *
listen_fd
) {
111
*
listen_fd
= -1;
158
LOG(FATAL) << "setsockopt() failed fd=" <<
listen_fd
<< "\n";
172
LOG(FATAL) << "setsockopt() failed fd=" <<
listen_fd
<< "\n";
224
*
listen_fd
= sock;
/external/chromium_org/net/tools/flip_server/
create_listener.h
37
//
listen_fd
- this will be assigned a positive value if the socket is
47
int*
listen_fd
);
create_listener.cc
99
int*
listen_fd
) {
101
*
listen_fd
= -1;
153
LOG(FATAL) << "setsockopt() failed fd=" <<
listen_fd
<< "\n";
170
LOG(FATAL) << "setsockopt() failed fd=" <<
listen_fd
<< "\n";
222
*
listen_fd
= sock;
/external/qemu/
qemu-char.c
1978
int fd,
listen_fd
;
member in struct:__anon25509
[
all
...]
/external/blktrace/
blktrace.c
232
int
listen_fd
, connects, nchs;
member in struct:net_server_s
[
all
...]
/external/qemu/android/
console.c
109
Socket
listen_fd
;
member in struct:ControlGlobalRec_
601
D(( "control_global_accept: just in (fd=%d)\n", global->
listen_fd
));
604
fd = socket_accept( global->
listen_fd
, NULL );
663
global->
listen_fd
= fd;
[
all
...]
Completed in 82 milliseconds