Home
last modified time | relevance | path

Searched refs:host_name (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/ypcmd/
H A Dmkalias.c271 char host_name[PBLKSIZ]; in AddYPEntries() local
287 sysinfo(SI_HOSTNAME, host_name, sizeof (host_name)); in AddYPEntries()
288 value.dptr = host_name; in AddYPEntries()
/titanic_50/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c110 char **host_name; /* store -a opts */ variable
428 host_name = malloc(host_name_count * sizeof (char *)); in init_hostname()
429 if (host_name == NULL) { in init_hostname()
493 host_name[addrix] = in main()
495 if (host_name[addrix] != in main()
498 host_name[addrix]); in main()
H A Dsm_statd.h180 extern char **host_name; /* store -a opts */
H A Dsm_proc.c1163 if (strcmp(host_name[i], host) == 0) in in_host_array()
1184 new_block = realloc((void *)host_name, in add_to_host_array()
1187 host_name = new_block; in add_to_host_array()
1194 if ((host_name[addrix] = strdup(host)) != NULL) in add_to_host_array()
H A Dsm_statd.c618 ntf.mon_name = host_name[i]; in statd_call_statd()
/titanic_50/usr/src/cmd/vntsd/
H A Dvntsd.c277 char host_name[MAXPATHLEN]; in get_listen_ip_addr() local
284 if (gethostname(host_name, MAXPATHLEN) != 0) { in get_listen_ip_addr()
297 err = getaddrinfo(host_name, NULL, &hints, &res); in get_listen_ip_addr()
/titanic_50/usr/src/cmd/keyserv/
H A Dnewkey.c70 #define local_host(host_name) self_check(host_name) argument
/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c147 static char host_name[HOST_NM_LN]; in is_remote_src() local
153 (void) sysinfo(SI_HOSTNAME, host_name, HOST_NM_LN); in is_remote_src()
154 hn_len = strlen(host_name); in is_remote_src()
175 if (strncmp(source, host_name, hn_len) == 0 && in is_remote_src()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2740 char host_name[MAXHOSTNAMELEN]; in doit() local
2879 if (getnameinfo((const struct sockaddr *) who, wholen, host_name, in doit()
2880 sizeof (host_name), NULL, 0, 0) == 0) { in doit()
2881 host = host_name; in doit()
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif194 ##### The format is host_name-or-ip_address#protocol#port