Searched refs:qos_interactive (Results 1 – 1 of 1) sorted by relevance
208 int qos_interactive, qos_other; member254 state->qos_interactive = state->qos_other = -1; in ssh_alloc_session_state()2274 state->qos_interactive : state->qos_other; in apply_qos()2297 ssh_packet_set_qos(struct ssh *ssh, int qos_interactive, int qos_other) in ssh_packet_set_qos() argument2301 state->qos_interactive = qos_interactive; in ssh_packet_set_qos()2495 (r = sshbuf_put_u32(m, ENCODE_INT(state->qos_interactive))) != 0 || in ssh_packet_get_state()2617 u_int interactive, qos_interactive, qos_other; in ssh_packet_set_state() local2655 (r = sshbuf_get_u32(m, &qos_interactive)) != 0 || in ssh_packet_set_state()2660 state->qos_interactive = DECODE_INT(qos_interactive); in ssh_packet_set_state()