Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsshconnect2.c354 static int input_userauth_banner(int, u_int32_t, struct ssh *);
518 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_BANNER, &input_userauth_banner); in input_userauth_service_accept()
570 input_userauth_banner(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_banner() function