Searched refs:DECODE_INT (Results 1 – 1 of 1) sorted by relevance
2658 #define DECODE_INT(v) ((v) > INT_MAX ? -1 : (int)(v)) in ssh_packet_set_state() macro2659 state->interactive_mode = DECODE_INT(interactive); in ssh_packet_set_state()2660 state->qos_interactive = DECODE_INT(qos_interactive); in ssh_packet_set_state()2661 state->qos_other = DECODE_INT(qos_other); in ssh_packet_set_state()2662 #undef DECODE_INT in ssh_packet_set_state()