Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dchannels.h89 int force_drain; /* force close on iEOF */ member
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1428 c->force_drain = 1; in client_request_x11()
1450 c->force_drain = 1; in client_request_agent()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c267 c->force_drain = 0; in channel_new()
1937 if (c->force_drain && c->istate == CHAN_INPUT_OPEN) { in channel_input_ieof()
2876 c->force_drain = 1; in x11_input_open()
3022 c->force_drain = 1; in auth_input_open_request()