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.c216 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 Dchannels.c3377 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 Dpacket.h135 void ssh_packet_disconnect(struct ssh *, const char *fmt, ...)
H A Dserverloop.c563 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 Dkex.c242 ssh_packet_disconnect(ssh, "strict KEX violation: " in kex_protocol_error()
965 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.c1304 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 Dsession.c1916 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 Dssh_namespace.h683 #define ssh_packet_disconnect Fssh_ssh_packet_disconnect macro