Home
last modified time | relevance | path

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

/dragonfly/libexec/ftpd/
H A Dftpd.c157 char remotehost[NI_MAXHOST]; variable
1029 remotehost, name); in user()
1374 remotehost); in pass()
1377 remotehost, curname); in pass()
1383 remotehost); in pass()
1580 remotehost, passwd); in pass()
1595 remotehost, pw->pw_name); in pass()
2662 realhostname_sa(remotehost, sizeof(remotehost) - 1, who, who->sa_len); in dolog()
2663 remotehost[sizeof(remotehost) - 1] = 0; in dolog()
2673 remotehost, hostname); in dolog()
[all …]
/dragonfly/contrib/tcsh-6/
H A Dtc.decls.h114 extern void remotehost (void);
H A Dsh.c697 remotehost(); in main()
H A Dtc.func.c2042 remotehost(void) function
/dragonfly/lib/libtelnet/
H A Dsra.c541 e = pam_set_item(pamh, PAM_RHOST, remotehost); in check_user()