Home
last modified time | relevance | path

Searched refs:force_drain (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssh/
H A Dchannels.h149 int force_drain; /* force close on iEOF */ member
H A Dclientloop.c1803 c->force_drain = 1; in client_request_x11()
1839 c->force_drain = 1; in client_request_agent()
H A Dchannels.c1707 c->force_drain = 1; in channel_connect_stdio_fwd()
3539 if (c->force_drain && c->istate == CHAN_INPUT_OPEN) { in channel_input_ieof()