Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A DPROTOCOL.mux209 uint32 MUX_C_STOP_LISTENING
268 #define MUX_C_STOP_LISTENING 0x10000009
H A Dmux.c120 #define MUX_C_STOP_LISTENING 0x10000009 macro
171 { MUX_C_STOP_LISTENING, mux_master_process_stop_listening },
2203 if ((r = sshbuf_put_u32(m, MUX_C_STOP_LISTENING)) != 0 || in mux_client_request_stop_listening()