OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:childpipe
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
svr-main.c
103
* -1 is a dummy
childpipe
, just something we can close() without
126
int
childpipe
[2];
local
268
if (pipe(
childpipe
) < 0) {
281
childpipes[conn_idx] =
childpipe
[0];
282
m_close(
childpipe
[1]);
308
m_close(
childpipe
[0]);
311
svr_session(childsock,
childpipe
[1],
session.h
51
void svr_session(int sock, int
childpipe
, char *remotehost, char *addrstring);
174
int
childpipe
; /* kept open until we successfully authenticate */
member in struct:serversession
Completed in 241 milliseconds