Home
last modified time | relevance | path

Searched refs:CHAN_INPUT_WAIT_OCLOSE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c110 case CHAN_INPUT_WAIT_OCLOSE: in chan_rcvd_oclose1()
161 chan_set_istate(c, CHAN_INPUT_WAIT_OCLOSE); in chan_ibuf_empty()
/titanic_50/usr/src/cmd/ssh/include/
H A Dchannels.h140 #define CHAN_INPUT_WAIT_OCLOSE 2 macro