Searched refs:ssh_packet_send_debug (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | serverloop.c | 531 ssh_packet_send_debug(ssh, "Unsupported tunnel device mode."); in server_request_tun() 535 ssh_packet_send_debug(ssh, "Server has rejected tunnel device " in server_request_tun() 581 ssh_packet_send_debug(ssh, "Failed to open the tunnel device."); in server_request_tun() 799 ssh_packet_send_debug(ssh, "Server has disabled port forwarding."); in server_input_global_request() 833 ssh_packet_send_debug(ssh, "Server has disabled " in server_input_global_request()
|
H A D | packet.h | 138 void ssh_packet_send_debug(struct ssh *, const char *fmt, ...) __attribute__((format(printf, 2,…
|
H A D | session.c | 202 ssh_packet_send_debug(ssh, "Agent forwarding disabled: " in auth_input_request_forwarding() 2604 ssh_packet_send_debug(ssh, "X11 forwarding disabled by key options."); in session_setup_x11fwd() 2613 ssh_packet_send_debug(ssh, "No xauth program; cannot forward X11."); in session_setup_x11fwd() 2654 ssh_packet_send_debug(ssh, "Can't get IP address for X11 DISPLAY."); in session_setup_x11fwd()
|
H A D | auth.c | 616 ssh_packet_send_debug(ssh, "%s", msg); in auth_debug_send()
|
H A D | ssh_namespace.h | 704 #define ssh_packet_send_debug Fssh_ssh_packet_send_debug macro
|
H A D | channels.c | 3765 ssh_packet_send_debug(ssh, in channel_fwd_bind_addr() 4241 ssh_packet_send_debug(ssh, "port forwarding refused"); in channel_setup_remote_fwd_listener()
|
H A D | packet.c | 1859 ssh_packet_send_debug(struct ssh *ssh, const char *fmt,...) in ssh_packet_send_debug() function
|