Searched refs:host_name (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | mkalias.c | 271 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 D | sm_svc.c | 110 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 D | sm_statd.h | 180 extern char **host_name; /* store -a opts */
|
H A D | sm_proc.c | 1163 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 D | sm_statd.c | 618 ntf.mon_name = host_name[i]; in statd_call_statd()
|
/titanic_50/usr/src/cmd/vntsd/ |
H A D | vntsd.c | 277 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 D | newkey.c | 70 #define local_host(host_name) self_check(host_name) argument
|
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 147 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 D | in.telnetd.c | 2740 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 D | kerberos.ldif | 194 ##### The format is host_name-or-ip_address#protocol#port
|