Home
last modified time | relevance | path

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

/dragonfly/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
203 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a
214 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a
246 The MUX_S_OK message is empty:
248 uint32 MUX_S_OK
271 #define MUX_S_OK 0x80000001
H A Dmux.c134 #define MUX_S_OK 0x80000001 macro
315 if ((r = sshbuf_put_u32(reply, MUX_S_OK)) != 0 || in reply_ok()
1725 case MUX_S_OK: in mux_client_request_terminate()
1803 case MUX_S_OK: in mux_client_forward()
2220 case MUX_S_OK: in mux_client_request_stop_listening()