Searched refs:DECODE_INT (Results 1 – 1 of 1) sorted by relevance
2681 #define DECODE_INT(v) ((v) > INT_MAX ? -1 : (int)(v)) in ssh_packet_set_state() macro2682 state->interactive_mode = DECODE_INT(interactive); in ssh_packet_set_state()2683 state->qos_interactive = DECODE_INT(qos_interactive); in ssh_packet_set_state()2684 state->qos_other = DECODE_INT(qos_other); in ssh_packet_set_state()2685 #undef DECODE_INT in ssh_packet_set_state()