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

/freebsd-12-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dmisc.h38 extern const char *RemoteHostName;
H A Dmisc.c50 const char *RemoteHostName; variable
59 RemoteHostName = remote;
H A Dkerberos5.c262 RemoteHostName,
270 RemoteHostName, krb5_get_err_text(context, ret));
507 RemoteHostName ? RemoteHostName : "<unknown>");
841 RemoteHostName,
H A Dspx.c220 "SERVICE:rcmd@%s", RemoteHostName);
/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dmisc.h34 extern char *RemoteHostName;
H A Dmisc.c52 char *RemoteHostName; variable
66 RemoteHostName = remote;
H A Dkerberos.c166 if ((realm = krb_get_phost(RemoteHostName)))
171 realm = dest_realm ? dest_realm : krb_realmofhost(RemoteHostName);
174 printf("Kerberos V4: no realm for %s\r\n", RemoteHostName);
H A Dkerberos5.c236 RemoteHostName,
247 RemoteHostName, err_str);
793 RemoteHostName,
H A Dkrb4encpwd.c310 strcpy(instance, RemoteHostName);

Completed in 169 milliseconds