OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_close
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
channel.h
77
int
sent_close
, recv_close;
member in struct:Channel
common-channel.c
138
newchan->
sent_close
= newchan->recv_close = 0;
264
TRACE(("check_close: writefd %d, readfd %d, errfd %d,
sent_close
%d, recv_close %d",
266
channel->errfd, channel->
sent_close
, channel->recv_close))
278
if (!channel->
sent_close
) {
314
if (!channel->
sent_close
367
channel->
sent_close
= 1;
587
dropbear_assert(!channel->
sent_close
);
Completed in 2198 milliseconds