Home
last modified time | relevance | path

Searched refs:ssh_packet_send_debug (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/
H A Dserverloop.c498 ssh_packet_send_debug(ssh, "Unsupported tunnel device mode."); in server_request_tun()
502 ssh_packet_send_debug(ssh, "Server has rejected tunnel device " in server_request_tun()
548 ssh_packet_send_debug(ssh, "Failed to open the tunnel device."); in server_request_tun()
765 ssh_packet_send_debug(ssh, "Server has disabled port forwarding."); in server_input_global_request()
798 ssh_packet_send_debug(ssh, "Server has disabled " in server_input_global_request()
H A Dpacket.h138 void ssh_packet_send_debug(struct ssh *, const char *fmt, ...) __attribute__((format(printf, 2,…
H A Dsession.c213 ssh_packet_send_debug(ssh, "Agent forwarding disabled: " in auth_input_request_forwarding()
2585 ssh_packet_send_debug(ssh, "X11 forwarding disabled by key options."); in session_setup_x11fwd()
2594 ssh_packet_send_debug(ssh, "No xauth program; cannot forward X11."); in session_setup_x11fwd()
2635 ssh_packet_send_debug(ssh, "Can't get IP address for X11 DISPLAY."); in session_setup_x11fwd()
H A Dauth.c618 ssh_packet_send_debug(ssh, "%s", msg); in auth_debug_send()
H A Dssh_namespace.h709 #define ssh_packet_send_debug Fssh_ssh_packet_send_debug macro
H A Dpacket.c1957 ssh_packet_send_debug(struct ssh *ssh, const char *fmt,...)
1958 ssh_packet_send_debug(struct ssh *ssh, const char *fmt,...) ssh_packet_send_debug() function
H A Dchannels.c3762 ssh_packet_send_debug(ssh, in channel_fwd_bind_addr()
4238 ssh_packet_send_debug(ssh, "port forwarding refused"); in channel_setup_remote_fwd_listener()