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

/freebsd-10.2-release/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-10.2-release/contrib/telnet/libtelnet/
H A Dmisc.h38 extern char *RemoteHostName;
H A Dmisc.c56 char *RemoteHostName; variable
70 RemoteHostName = remote;
H A Dkerberos.c170 if ((realm = krb_get_phost(RemoteHostName)))
175 realm = dest_realm ? dest_realm : krb_realmofhost(RemoteHostName);
178 printf("Kerberos V4: no realm for %s\r\n", RemoteHostName);
H A Dkerberos5.c240 RemoteHostName,
251 RemoteHostName, err_str);
797 RemoteHostName,
H A Dkrb4encpwd.c314 strcpy(instance, RemoteHostName);

Completed in 86 milliseconds