Lines Matching refs:host
198 {"-/+remote", "turn on/off remote host access"},
580 /* 1183055(rfe): xlock doesnt accept long display/host name
589 * This fix will take care of long host name and IP address form.
596 struct hostent *host;
662 if (!(host = gethostbyname(hostname)))
665 if ( host->h_addrtype != AF_INET )
668 for ( ;*host->h_addr_list; host->h_addr_list++ ) {
669 strcpy ( host_ip, inet_ntoa(*host->h_addr_list ) );
678 for (hp = host->h_aliases; *hp; hp++) {