Searched refs:ssh_packet_disconnect (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | auth2.c | 216 ssh_packet_disconnect(ssh, "bad service request %s", service); in input_service_request() 322 ssh_packet_disconnect(ssh, in input_userauth_request() 326 ssh_packet_disconnect(ssh, "Change of username or service " in input_userauth_request()
|
H A D | channels.c | 3377 ssh_packet_disconnect(ssh, "Invalid %s message", what); in channel_parse_id() 3381 ssh_packet_disconnect(ssh, "Invalid %s channel id", what); in channel_parse_id() 3394 ssh_packet_disconnect(ssh, in channel_from_packet_id() 3451 ssh_packet_disconnect(ssh, "channel %d: peer ignored " in channel_input_data() 3488 ssh_packet_disconnect(ssh, "Received extended_data " in channel_input_extended_data() 3494 ssh_packet_disconnect(ssh, "Invalid extended_data message"); in channel_input_extended_data() 3505 ssh_packet_disconnect(ssh, "Invalid extended_data message"); in channel_input_extended_data() 3529 ssh_packet_disconnect(ssh, "Invalid ieof message"); in channel_input_ieof() 3556 ssh_packet_disconnect(ssh, "Invalid oclose message"); in channel_input_oclose() 3572 ssh_packet_disconnect(ssh, "Received open confirmation for " in channel_input_open_confirmation() [all …]
|
H A D | packet.h | 135 void ssh_packet_disconnect(struct ssh *, const char *fmt, ...)
|
H A D | serverloop.c | 563 ssh_packet_disconnect(ssh, "Possible attack: attempt to open a " in server_request_session() 851 ssh_packet_disconnect(ssh, "%s: unknown channel %d", in server_input_channel_req()
|
H A D | kex.c | 242 ssh_packet_disconnect(ssh, "strict KEX violation: " in kex_protocol_error() 965 ssh_packet_disconnect(ssh, in kex_choose_conf()
|
H A D | auth.c | 347 ssh_packet_disconnect(ssh, "Too many authentication failures"); in auth_maxtries_exceeded()
|
H A D | packet.c | 1304 ssh_packet_disconnect(ssh, "outgoing sequence number " in ssh_packet_send2_wrapped() 1715 ssh_packet_disconnect(ssh, "incoming sequence number " in ssh_packet_read_poll2() 2065 ssh_packet_disconnect(struct ssh *ssh, const char *fmt,...) in ssh_packet_disconnect() function
|
H A D | session.c | 1916 ssh_packet_disconnect(ssh, "Protocol error: you already have a pty."); in session_pty_req() 2412 ssh_packet_disconnect(ssh, "wait returned status %04x.", in session_exit_message()
|
H A D | ssh_namespace.h | 683 #define ssh_packet_disconnect Fssh_ssh_packet_disconnect macro
|