Searched refs:host (Results 151 - 175 of 468) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/rexd/
H A Dunix_login.c88 char HostName[256]; /* saves the host name for loging */
106 extern void setproctitle(char *user, char *host);
123 ValidUser(host, uid, gid, error, shell, dir, rst)
124 char *host; /* passed in */
140 host,
149 strncpy(HostName, host, sizeof (HostName) - 1);
152 setproctitle(pw->pw_name, host);
155 pam_set_item(pamh, PAM_RHOST, host) != PAM_SUCCESS) {
157 host,
194 host,
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_socket.c102 static int do_accept(int acc_sock, int *sock, char **host);
231 int init_client(int *sock, char *host, int port, int type) argument
236 if (!host_ip(host,&(ip[0])))
381 static int do_accept(int acc_sock, int *sock, char **host) argument
430 if (host == NULL) goto end;
442 *host=NULL;
447 if ((*host=(char *)OPENSSL_malloc(strlen(h1->h_name)+1)) == NULL)
452 BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1);
454 h2=GetHostByName(*host);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DResourceBundle.properties35 config_requires_hosts_domain_error=Error - host resource requires a host domain.
36 config_hosts_domain_ignored_error=Error - host domain does not make sense for a host resource type - {0}
37 config_invalid_hosts_resource_error=Error - host resource is invalid - {0}
38 config_requires_hosts_resource_error=Error - host domain requires a host resource.
144 dhcpcfg_usage=dhcpconfig (options)\n\nWhere (options) is one of:\n\n -D -r (resource) -p (path) Configure the DHCP service. Sub-options:\n [-u (uninterpreted data)]\n [-h (host resource)]\n [-y (host domain)]\n [-l (lease length)]\n [-n] Leases are not negotiable\n [-d (DNS domain)]\n [-a (DNS servers)]\n\n -R (server addresses) Configure BOOTP relay service.\n\n -U Unconfigure DHCP or BOOTP relay service. Sub-options:\n [-f] No confirmation prompt\n [-x] Delete dhcptab and network tables\n [-h] Delete host entrie
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dimport_name.c84 char *service, *host; local
97 if ((host = strchr(tmp, '@'))) {
98 *host = '\0';
99 host++;
102 code = krb5_sname_to_principal(context, host, service, KRB5_NT_SRV_HST,
/opensolaris-onvv-gate/usr/src/lib/pam_modules/dhkeys/
H A Dkey_call_uid.c54 char host[MAX_MACHINE_NAME + 1]; local
57 if (gethostname(host, sizeof (host) - 1) == -1) {
62 host[MAX_MACHINE_NAME] = '\0';
64 res = authsys_create(host, uid, gid, 0, (gid_t *)NULL);
/opensolaris-onvv-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h214 HTTP_UNAUTHORIZED, /* Unauthorized to access host */
309 struct sockaddr_in oldaddr; /* Address of connected host */
311 /* Name of connected host */
350 extern http_t *httpConnect(const char *host, int port);
351 extern http_t *httpConnectEncrypt(const char *host, int port,
378 char *username, char *host, int *port,
408 char *host, int hostlen, int *port,
415 extern void httpAddrLoad(const struct hostent *host, int port,
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh/
H A Dssh.c125 * Name of the host we are connecting to. This is the name given on the
129 char *host; variable
131 /* socket address the host resolves to */
134 /* Private host keys. */
159 gettext("Usage: %s [options] host [command]\n"
188 " -L listen-port:host:port Forward local port to "
190 " -R listen-port:host:port Forward remote port to "
195 "connecting to host:port.\n"
217 static void rsh_connect(char *host, char *user, Buffer * command);
309 host
1214 rsh_connect(char *host, char *user, Buffer * command) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c126 struct hostent host; member in struct:pvt
289 * function that looks up host names.
490 pvt->host.h_addrtype = AF_INET6;
491 pvt->host.h_length = IN6ADDRSZ;
616 * function that looks up host names.
718 pvt->host.h_addrtype = af;
719 pvt->host.h_length = size;
720 hname = pvt->host.h_name = NULL;
759 pvt->host.h_name = bp;
763 qname = pvt->host
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfsauth.c60 char *host = NULL; local
80 host = &tmp[0];
94 clnames = anon_client(host);
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DURLStorage.cxx85 static SOCKET openHttp(const String<char> &host,
218 String<char> host; local
224 host += char(id[i]);
227 if (host.size() == 0) {
270 for (i = 0; i < host.size(); i++)
271 hostStr += host[i];
272 host += '\0';
273 SOCKET fd = HttpSocketStorageObject::openHttp(host, port, hostStr, mgr);
364 SOCKET HttpSocketStorageObject::openHttp(const String<char> &host, argument
376 if (isdigit((unsigned char)host[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.xs228 inet_aton(host)
229 char * host
235 (host != NULL) &&
236 (*host != '\0') &&
237 inet_aton(host, &ip_address);
239 if (!ok && (phe = gethostbyname(host))) {
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetnetgrent.c45 * order to determine efficiently whether a given host belonged to any one
125 innetgr(group, host, user, domain)
126 const char *group, *host, *user, *domain;
131 return (__multi_innetgr(IA(group), IA(host), IA(user), IA(domain)));
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c542 char *host, *src, *suser, *thost, *tuser; local
573 host = search_char((unsigned char *)argv[i], '@');
574 if (host) {
575 *host++ = 0;
576 host = removebrackets(host);
587 (void) addargs(arglist, "rsh", host, "-l",
590 host = removebrackets(argv[i]);
594 (void) addargs(arglist, "rsh", host, "-n", cmd,
601 host
793 char *host, *src, *suser, *lhost; local
[all...]
H A Drsh.c162 * If you do a command like "rsh host output | wc"
181 "[ -k realm ] [ -a ] [ -x ] [ -f / -F ] host command"),
183 "[ -a ] [ -x ] [ -f / -F ] host"));
209 char *host = NULL, *user = NULL; local
237 * create links named by a host pointing to the binary and type
238 * "hostname" to log into that host afterwards.
247 * usurps the ability to use "remsh" as the name of a host (by
250 * is a host name. If it does exist, we accept "remsh" as an
257 host = cmd;
259 host
[all...]
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c89 int isnewhost(char *host);
91 void *wait_link_down(void *host);
93 void remove_from_hostlist(char *host);
107 gettext("host list not initialized, cannot run"));
108 rdc_err(NULL, gettext("host list not initialized, cannot run"));
250 * Check all enabled sets to see if a new remote host has
256 /* spawn a new thread for each new host found */
273 gettext("%s: new host found (%s) starting "
299 * specified host has dropped.
304 char *host local
1013 char *host, *exhost; local
1065 remove_from_hostlist(char *host) argument
1102 isnewhost(char *host) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A DSocket.t29 my $host = $^O eq 'MacOS' || ($^O eq 'irix' && $Config{osvers} == 5) ?
31 my $localhost = inet_aton($host);
/opensolaris-onvv-gate/usr/src/cmd/ssh/etc/
H A Dsshd14 # Checks to see if RSA, and DSA host keys are available
38 echo Creating new $keytype public/private host key pair
81 # sys-unconfig(1M) knows how to remove ssh host keys, so there's
94 # If host keys don't exist when the service is started, create
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c350 cleanhostname(char *host) argument
352 if (*host == '[' && host[strlen(host) - 1] == ']') {
353 host[strlen(host) - 1] = '\0';
354 return (host + 1);
356 return host;
/opensolaris-onvv-gate/usr/src/cmd/stat/common/
H A Ddsr.c514 char *host, *path; local
527 host = cur_hostname(minor, kc);
528 if (host) {
529 if (*host) {
530 path = cur_special(host, cp);
532 len = strlen(host);
537 "%s:%s", host, path);
544 free(host);
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c58 static struct hostent host; variable in typeref:struct:hostent
339 /* print s_addr (and port) in host byte order */
445 host.h_addr_list = host_addrs;
457 bcopy(addr, host.h_addr_list[0], len);
458 host.h_length = len;
459 host.h_addrtype = af;
462 host.h_name = cp;
463 q = host.h_aliases = host_aliases;
479 return (&host);
/opensolaris-onvv-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java139 interfaces. Pass -1 to only browse for services provided on the local host.
180 /** Resolve a service name discovered via browse() to a target host name, port number, and txt record.<P>
251 @param host
252 If non-null, specifies the SRV target host name. Most applications
253 will not specify a host, instead automatically using the machine's
254 default host name(s). Note that specifying a non-null host does NOT
255 create an address record for that host - the application is responsible
279 String domain, String host, int port, TXTRecord txtRecord, RegisterListener listener)
281 { return getInstance()._register( flags, ifIndex, serviceName, regType, domain, host, por
278 register( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, TXTRecord txtRecord, RegisterListener listener) argument
484 _register( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, TXTRecord txtRecord, RegisterListener listener) argument
604 _register( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, TXTRecord txtRecord, RegisterListener client) argument
804 AppleRegistration( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, byte[] txtRecord, RegisterListener client) argument
830 BeginRegister( int ifIndex, int flags, String serviceName, String regType, String domain, String host, int port, byte[] txtRecord) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c264 char *host = NULL; local
308 , &host );
319 * Determine if the "host name" is an ip address. If so,
320 * we must look up the actual host name corresponding to
323 if ( NULL == host ) {
327 if (strlen(host) < INET6_ADDRSTRLEN &&
328 inet_pton(AF_INET6, host, &addr_ipv6) == 1) {
330 } else if (strlen(host) < INET_ADDRSTRLEN &&
331 inet_pton(AF_INET, host, &addr_ipv4) == 1) {
337 /* will free host i
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c41 * gets time, obtaining value from host
71 rtime_tli(char *host, struct timeval *timep, struct timeval *timeout) argument
95 rpcbind_hs.h_host = host;
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME32 overheads used for both full and high speed host controller drivers. This
44 host controllers and also to high speed hub Transaction Translators (TT),
98 2.Host delay will be specific to particular hardware. The following host
99 delay is for RIO USB OHCI host controller (Provided by Ken Ward - RIO
101 "host delay" for given USB host controller implementation.
166 for the OHCI host controller.
168 - The host controller processes one interrupt endpoint descriptor list every
172 means each list is revisited once every 32ms. The host controller driver
180 - The host controlle
[all...]
/opensolaris-onvv-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c86 char *host; member in struct:hostlist
403 rwarn(hl->host, sdt, nowtime, f, first);
572 rwarn(char *host, time_t sdt, time_t now, char *type, int first) argument
605 rprintf(host, mbuf);
609 rprintf(char *host, char *bufp) argument
614 (void) fprintf(stderr, gettext("about to call %s\n"), host);
616 if (err = callrpcfast(host, (rpcprog_t)WALLPROG, (rpcvers_t)WALLVERS,
709 if (strcmp(ml->ml_hostname, hl->host) == 0)
712 hl->host = ml->ml_hostname;
725 callrpcfast(char *host, rpcprog_ argument
[all...]

Completed in 148 milliseconds

1234567891011>>