Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A DPROTOCOL.mux99 Once the server has received the fds, it will respond with MUX_S_OK
158 The server will reply with one of MUX_S_OK or MUX_S_PERMISSION_DENIED.
180 A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT, a
201 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a
212 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a
244 The MUX_S_OK message is empty:
246 uint32 MUX_S_OK
269 #define MUX_S_OK 0x80000001
H A Dmux.c136 #define MUX_S_OK 0x80000001 macro
315 if ((r = sshbuf_put_u32(reply, MUX_S_OK)) != 0 || in reply_ok()
1745 case MUX_S_OK: in mux_client_request_terminate()
1823 case MUX_S_OK: in mux_client_forward()
2246 case MUX_S_OK: in mux_client_request_stop_listening()