OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recv_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
))
277
if (channel->
recv_close
&& !write_pending(channel)) {
505
channel->
recv_close
= 1;
Completed in 48 milliseconds