Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h166 int mux_downstream_id; member
Dchannels.c2511 c->mux_downstream_id = id; /* original downstream id */
2538 c->mux_downstream_id = id;
2675 (r = sshbuf_put_u32(b, c->mux_downstream_id)) != 0 ||