Lines Matching defs:seq
63 static int kex_choose_conf(struct ssh *, uint32_t seq);
231 kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh)
238 "unexpected packet type %u (seqnr %u)", type, seq);
240 error_f("type %u seq %u", type, seq);
242 (r = sshpkt_put_u32(ssh, seq)) != 0 ||
472 kex_input_ext_info(int type, u_int32_t seq, struct ssh *ssh)
485 return dispatch_protocol_error(type, seq, ssh);
493 return dispatch_protocol_error(type, seq, ssh);
519 kex_input_newkeys(int type, u_int32_t seq, struct ssh *ssh)
605 kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh)
654 if ((r = kex_choose_conf(ssh, seq)) != 0)
919 kex_choose_conf(struct ssh *ssh, uint32_t seq)
957 if (seq != 0)