Home
last modified time | relevance | path

Searched refs:thishost (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dinitparse.c11 char thishost[MAXHOSTNAMELEN]; variable
16 gethostname(thishost, sizeof(thishost)); in initparse()
17 thishost[sizeof(thishost) - 1] = '\0'; in initparse()
H A Dgethost.c29 name = thishost;
/titanic_50/usr/src/cmd/sendmail/aux/
H A Detrn.pl86 my $thishost = shift(@cws);
87 push(@hosts, $thishost)
88 unless $thishost =~ "$hostname|localhost";
98 my $thishost = $ARG;
99 chop($thishost);
100 push(@hosts, $thishost)
101 unless $thishost =~ $hostname;
/titanic_50/usr/src/cmd/initpkg/
H A Dumountall.sh283 thishost='-'
285 thishost=`print_nfs_host $dev`
288 thishost=`print_smbfs_host $dev`
290 if [ "$HOST" != "$thishost" ]; then
/titanic_50/usr/src/lib/passwdutil/
H A Dnis_attr.c87 char thishost[MAXHOSTNAMELEN]; in nis_privileged() local
88 if (gethostname(thishost, sizeof (thishost)) == -1) { in nis_privileged()
93 if (strcmp(nisbuf->master, thishost) != 0) in nis_privileged()
/titanic_50/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c120 daemonaddr_t thishost; variable
1159 socklen_t len = sizeof (thishost); in init()
1315 thishost.sin_family = AF_INET; in init()
1316 thishost.sin_addr.s_addr = INADDR_ANY; in init()
1317 thishost.sin_port = htons(lock_port); in init()
1318 rc = bind(lock_soc, (struct sockaddr *)&thishost, sizeof (thishost)); in init()
1324 if (getsockname(lock_soc, (struct sockaddr *)&thishost, &len) < 0) in init()
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dipf.h179 extern char thishost[];
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipnat.c83 char thishost[MAXHOSTNAMELEN]; variable
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd833 ($thishost) = gethostbyname(hostname);
834 if ($ypmaster eq $thishost) {