Home | History | Annotate | Download | only in openssh

Lines Matching defs:in

7  * copyright notice and this permission notice appear in all copies.
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
27 * - Support ~^Z in mux slaves.
28 * - Inspect or control sessions in master.
30 * sessions in master.
403 /* XXX support multiple child sessions in future */
813 /* delayed reply in mux_confirm_remote_forward */
912 error_reason = "port not in permitted opens";
988 /* XXX support multiple child sessions in future */
1040 /* Callback on open confirmation in mux master for a mux stdio fwd session. */
1135 Buffer in, out;
1159 buffer_init(&in);
1168 buffer_append(&in, ptr, have);
1170 if (buffer_get_int_ret(&type, &in) != 0)
1173 __func__, c->self, type, buffer_len(&in));
1183 if (buffer_get_int_ret(&rid, &in) != 0)
1189 ret = mux_master_handlers[i].handler(rid, c, &in, &out);
1206 buffer_free(&in);
1273 * establish the listening socket in its final location to avoid
1274 * other processes racing in between bind() and listen() and hitting
1339 /* Callback on open confirmation in mux master for a mux client session. */