Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A DPROTOCOL.mux113 A master may also send a MUX_S_TTY_ALLOC_FAIL before MUX_S_EXIT_MESSAGE
117 uint32 MUX_S_TTY_ALLOC_FAIL
276 #define MUX_S_TTY_ALLOC_FAIL 0x80000008
H A Dmux.c129 #define MUX_S_TTY_ALLOC_FAIL 0x80000008 macro
1249 if ((r = sshbuf_put_u32(m, MUX_S_TTY_ALLOC_FAIL)) != 0 || in mux_tty_alloc_failed()
2004 case MUX_S_TTY_ALLOC_FAIL: in mux_client_request_session()