Searched refs:remotehost (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 430 char remotehost[32]; local 437 strncpy(remotehost, hp->h_name, sizeof (remotehost)); 440 strncpy(remotehost, (char *)inet_ntoa(sin->sin_addr), 441 sizeof (remotehost)); 458 SCPYN(ut.ut_host, remotehost); 459 ut.ut_syslen = strlen(remotehost) + 1; 492 SCPYN(utmp.ut_host, remotehost);
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect1.c | 518 const char *remotehost; in try_krb5_authentication() local 568 remotehost = get_canonical_hostname(1); in try_krb5_authentication() 571 "host", remotehost, NULL, ccache, &ap); in try_krb5_authentication() 647 const char *remotehost; in send_krb5_tgt() local 672 remotehost = get_canonical_hostname(1); in send_krb5_tgt() 681 "host", remotehost, NULL); in send_krb5_tgt() 694 ccache, flags.i, remotehost, &creds, &outbuf); in send_krb5_tgt() 697 problem = krb5_fwd_tgt_creds(context, auth_context, remotehost, in send_krb5_tgt()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_trans.c | 1997 char *remotehost; in nfslog_print_trans_logentry() local 2005 remotehost = addrtoname(pte->pnb->buf); in nfslog_print_trans_logentry() 2078 remotehost, in nfslog_print_trans_logentry()
|