Home
last modified time | relevance | path

Searched refs:ssh_packet_set_log_preamble (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dpacket.h120 int ssh_packet_set_log_preamble(struct ssh *, const char *, ...)
H A Dauth2.c312 ssh_packet_set_log_preamble(ssh, "%suser %s", in input_userauth_request()
442 ssh_packet_set_log_preamble(ssh, "user %s", authctxt->user); in userauth_finish()
H A Dmonitor.c364 ssh_packet_set_log_preamble(ssh, "user %s", authctxt->user); in monitor_child_preauth()
798 ssh_packet_set_log_preamble(ssh, "%suser %s", in mm_answer_pwnamallow()
H A Dssh_namespace.h722 #define ssh_packet_set_log_preamble Fssh_ssh_packet_set_log_preamble macro
H A Dpacket.c361 ssh_packet_set_log_preamble(struct ssh *ssh, const char *fmt, ...) in ssh_packet_set_log_preamble() function