Home
last modified time | relevance | path

Searched refs:CHAN_EXTENDED_IGNORE (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dchannels.h217 #define CHAN_EXTENDED_IGNORE 0 macro
H A Dnchan.c433 c->extended_usage != CHAN_EXTENDED_IGNORE) in chan_shutdown_extended_read()
H A Dchannels.c1014 case CHAN_EXTENDED_IGNORE: in channel_format_extended_usage()
1295 c->extended_usage == CHAN_EXTENDED_IGNORE) && in channel_pre_open()
2337 if (c->extended_usage == CHAN_EXTENDED_IGNORE) in channel_handle_efd_read()
2355 c->extended_usage == CHAN_EXTENDED_IGNORE) in channel_handle_efd()
H A Dsession.c2280 ignore_fderr ? CHAN_EXTENDED_IGNORE : CHAN_EXTENDED_READ, in session_set_fds()