Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h208 int mux_downstream_id; member
H A Dchannels.c1023 c->mux_ctx != NULL ? "m" : "nm", c->mux_downstream_id, in channel_format_status()
3180 c->mux_downstream_id = id; /* original downstream id */ in channel_proxy_downstream()
3207 c->mux_downstream_id = id; in channel_proxy_downstream()
3336 (r = sshbuf_put_u32(b, c->mux_downstream_id)) != 0 || in channel_proxy_upstream()