Home
last modified time | relevance | path

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

/external/openssh/
DPROTOCOL.mux76 A master may also send a MUX_S_TTY_ALLOC_FAIL before MUX_S_EXIT_MESSAGE
80 uint32 MUX_S_TTY_ALLOC_FAIL
214 #define MUX_S_TTY_ALLOC_FAIL 0x80000008
Dmux.c156 #define MUX_S_TTY_ALLOC_FAIL 0x80000008 macro
1248 buffer_put_int(&m, MUX_S_TTY_ALLOC_FAIL); in mux_tty_alloc_failed()
1935 case MUX_S_TTY_ALLOC_FAIL: in mux_client_request_session()