Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.h132 void ssh_packet_send_debug(struct ssh *, const char *fmt, ...) __attribute__((format(printf, 2,…
Dopacket.c336 ssh_packet_send_debug(active_state, "%s", buf); in packet_send_debug()
Dpacket.c2068 ssh_packet_send_debug(struct ssh *ssh, const char *fmt,...) in ssh_packet_send_debug() function