Home
last modified time | relevance | path

Searched refs:ssh_packet_disconnect (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth2.c215 ssh_packet_disconnect(ssh, "bad service request %s", service); in input_service_request()
321 ssh_packet_disconnect(ssh, in input_userauth_request()
325 ssh_packet_disconnect(ssh, "Change of username or service " in input_userauth_request()
H A Dchannels.c3454 ssh_packet_disconnect(ssh, "Invalid %s message", what); in channel_parse_id()
3458 ssh_packet_disconnect(ssh, "Invalid %s channel id", what); in channel_parse_id()
3471 ssh_packet_disconnect(ssh, in channel_from_packet_id()
3531 ssh_packet_disconnect(ssh, "channel %d: peer ignored " in channel_input_data()
3568 ssh_packet_disconnect(ssh, "Received extended_data " in channel_input_extended_data()
3574 ssh_packet_disconnect(ssh, "Invalid extended_data message"); in channel_input_extended_data()
3585 ssh_packet_disconnect(ssh, "Invalid extended_data message"); in channel_input_extended_data()
3609 ssh_packet_disconnect(ssh, "Invalid ieof message"); in channel_input_ieof()
3636 ssh_packet_disconnect(ssh, "Invalid oclose message"); in channel_input_oclose()
3652 ssh_packet_disconnect(ssh, "Received open confirmation for " in channel_input_open_confirmation()
[all …]
H A Dpacket.h136 void ssh_packet_disconnect(struct ssh *, const char *fmt, ...)
H A Dserverloop.c588 ssh_packet_disconnect(ssh, "Possible attack: attempt to open a " in server_request_session()
877 ssh_packet_disconnect(ssh, "%s: unknown channel %d", in server_input_channel_req()
H A Dkex.c238 ssh_packet_disconnect(ssh, "strict KEX violation: " in kex_protocol_error()
970 ssh_packet_disconnect(ssh, in kex_choose_conf()
H A Dauth.c347 ssh_packet_disconnect(ssh, "Too many authentication failures"); in auth_maxtries_exceeded()
H A Dpacket.c1360 ssh_packet_disconnect(ssh, "outgoing sequence number " in ssh_packet_send2_wrapped()
1775 ssh_packet_disconnect(ssh, "incoming sequence number " in ssh_packet_read_poll2()
2123 ssh_packet_disconnect(struct ssh *ssh, const char *fmt,...) in ssh_packet_disconnect() function
H A Dsession.c1884 ssh_packet_disconnect(ssh, "Protocol error: you already have a pty."); in session_pty_req()
2378 ssh_packet_disconnect(ssh, "wait returned status %04x.", in session_exit_message()
H A Dssh_namespace.h682 #define ssh_packet_disconnect Fssh_ssh_packet_disconnect macro