Searched refs:remote_host (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sn2princ.c | 87 char **hrealms, *realm, *remote_host; local 166 remote_host = strdup(hp ? hp->h_name : hostname); 167 if (!remote_host) { 189 free(remote_host); 190 remote_host = strdup(hp2->h_name); 191 if (!remote_host) { 197 KRB5_LOG(KRB5_INFO, "krb5_sname_to_principal() remote_host %s", 198 remote_host); 211 remote_host = strdup(hostname); 213 if (!remote_host) [all...] |
/illumos-gate/usr/src/cmd/login/ |
H A D | login.c | 264 static char remote_host[HMAX]; variable 470 if ((pam_rc = pam_set_item(pamh, PAM_RHOST, remote_host)) != 612 if (remote_host[0]) { 614 ttyn, HMAX, remote_host); 745 if (remote_host[0]) { 748 "%.*s", ttyn, HMAX, remote_host, 756 if (remote_host[0]) { 759 ttyn, HMAX, remote_host); 1369 SCPYL(remote_host, optarg); 1393 SCPYL(remote_host, optar 1818 remote_host, ttyn, zone_name); local 1851 remote_host, ttyn, zone_name); local 2129 pwd, remote_host, ttyn, zone_name); local 2517 pwd, remote_host, ttyn, zone_name); local [all...] |
/illumos-gate/usr/src/uts/common/inet/nca/ |
H A D | ncalogd.h | 60 ipaddr_t remote_host; /* IP address of the remote host */ member in struct:__anon4799
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/ |
H A D | ncab2clf.c | 632 remote_ip = ip_dot_addr(r->remote_host, (char *)&ip_buf);
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 724 req->remote_host = faddr;
|
Completed in 76 milliseconds