Searched refs:fsent (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c115 ia_failure_t fsent; /* ia_failure structure */ local
128 memset(&fsent, '\0', sizeof(fsent));
129 fsent.revision = 0;
130 fsent.uname = username;
131 fsent.host = (char *)get_canonical_hostname(options.use_dns);
132 fsent.ttyn = "sshd";
133 fsent.caller = IA_SSHD;
134 fsent.flags = IA_INTERACTIVE;
135 fsent
212 ia_failure_t fsent; /* ia_failure structure */ local
[all...]

Completed in 84 milliseconds