Searched refs:host (Results 251 - 275 of 468) sorted by relevance

<<111213141516171819

/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c252 "a host name. Returning "
314 "a host name. Returning "
336 /* Get the host */
349 /* Get the host FQDN format */
694 char *hReq, *host = NULL; local
746 "a host name. Returning "
807 if (host == NULL)
811 rc = __s_api_requestServer(hReq, host, &sinfo, errorp,
814 (host && (strcasecmp(host, sinf
[all...]
/opensolaris-onvv-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c24 * send audit records to remote host
181 * Frees host list - should be called while keeping auditd_mutex.
192 freehostent(h->host);
200 * parsehosts() end parses the host string (hosts_str)
234 DPRINT((dfile, "parsing host:port:mech %s\n", hostportmech));
241 /* parse single host:port:mech target */
258 *error = strdup(gettext("invalid host:port:mech "
286 *error = strdup(gettext("host not found, "
290 *error = strdup(gettext("host not found"));
336 /* add this host t
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c144 char host[LN_BUFSIZE]; member in struct:local_names
188 if (sysinfo(SI_HOSTNAME, ln->host, LN_BUFSIZE) < 0)
194 * domainname for the host principal name.
196 t = strchr(ln->host, '.');
200 (void) strcat(ln->host, ".");
202 (void) strcat(ln->host, ln->domain);
487 * Generate the principal name for this host, "hostname"+"domainname"
501 return (ln->host);
740 * Note: If the remote host doesn't support version 3,
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h145 EXTERN char *hostname; /* name of host connected to */
324 extern int login(char *host);
330 extern char *hookup(char *host, char *);
333 extern int ruserpass(char *host, char **aname, char **apass, char **aacct);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c45 char host[32]; /* host name */ variable
124 gethostname(host, sizeof (host));
409 "[-k realm] [-f distfile] [-d var=value] [-m host] [file ...]\n"));
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogin.java122 nisMaster = theTop.host.getNisMaster();
167 ldapMaster = theTop.host.getLDAPMaster();
194 defaultDN = theTop.host.getDefaultAdminDN();
/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dservconf.c242 /* With GSS keyex we can run v2 w/ no host keys */
585 fatal("bad addr or host: %s (%s)",
656 match_cfg_line(char **condition, int line, const char *user, const char *host, argument
666 debug3("checking match for '%s' user %s host %s addr %s", cp,
667 user ? user : "(null)", host ? host : "(null)",
693 } else if (strcasecmp(attrib, "host") == 0) {
694 if (!host) {
698 if (match_hostname(host, arg, len) != 1)
702 "%.100s' at line %d", host, ar
730 process_server_config_line(ServerOptions *options, char *line, const char *filename, int linenum, int *activep, const char *user, const char *host, const char *address) argument
1400 parse_server_match_config(ServerOptions *options, const char *user, const char *host, const char *address) argument
1460 parse_server_config(ServerOptions *options, const char *filename, Buffer *conf, const char *user, const char *host, const char *address) argument
[all...]
H A Dauth.c451 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, argument
459 /* Check if we know the host and its host key. */
461 host_status = check_host_in_hostfile(sysfile, host, key, found, NULL);
475 host, key, found, NULL);
483 "ok" : "not found", host);
/opensolaris-onvv-gate/usr/src/cmd/utmp_update/
H A Dutmp_update.c81 #define MAX_SYSLEN 257 /* From utmpx.h host length + nul */
229 *exitstatus, *xtime, *session, *pad, *syslen, *host; local
247 host = argv[13];
289 (void) strlcpy(entryx->ut_host, host, sizeof (entryx->ut_host));
392 * was in the host field, but now just clears those so
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c471 * "defport" must be in host byte order
518 * Set krbinstancep (canonical name of host for use by Kerberos).
549 char *host; local
559 parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
561 while ( !connected && LDAP_SUCCESS == parse_err && host != NULL ) {
570 if (( address = inet_addr( host )) == -1 ) {
572 if (( hp = GETHOSTBYNAME( host, &hent, hbuf,
596 ldap_memfree( host );
601 if (( ldhp = ld->ld_dns_gethostbyname_fn( host,
614 ldap_memfree( host );
[all...]
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServerDATable.java49 * only those registrations that were done on this host. It does this
173 // If the message is not from this host (on any interface)
240 // Don't forward if it's the host from which the registration
387 String host = url.getHost();
390 addr = InetAddress.getByName(host);
396 host});
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c408 struct in_addr host; local
419 host.s_addr = refid;
421 inet_ntoa(host),
422 addrtoname(AF_INET, &host));
/opensolaris-onvv-gate/usr/src/cmd/last/
H A Dlast.c455 want(struct utmpx *bp, char **host, char **user) argument
461 *host = zerostr; *user = zerostr;
465 *host = bp->ut_host;
470 *host = bp->ut_host;
475 * /var/adm/wtmpx with these values, so the user and host
/opensolaris-onvv-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c263 char filter[256], *host, **types; local
267 char *usage = "usage: %s [-u] [-h host] [-d level] [-s dnsuffix] [-p port] [-t file] [-T file]\n";
291 host = NULL;
320 host = optarg;
348 if ( host == NULL && optind == argc - 1 ) {
349 host = argv[ optind ];
359 host == NULL ? "(null)" : host, port );
363 ld = cldap_open( host, port );
366 ld = ldap_init( host, por
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dkex.h165 Kex *kex_setup(const char *host,
/opensolaris-onvv-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c120 vs_props_se_t vse_cfg; /* host, port, maxconn */
187 * If a scan engine has been reconfigured (different host or port)
190 * If the host/port has changed, the engine has been disabled
244 * If the host/port has changed, the engine has been disabled
335 * If the engine identified in conn (host, port) matches the
698 vs_eng_connect(char *host, int port) argument
707 hp = getipnodebyname(host, AF_INET, 0, &err_num);
837 * compare host and port with that stored for engine idx
842 vs_eng_compare(int idx, char *host, int port) argument
847 if (strcmp(vs_engines[idx].vse_cfg.vep_host, host) !
[all...]
/opensolaris-onvv-gate/usr/src/head/
H A Dsdssc.h215 rval_e REF(sdssc_cmd_proxy, (int, char **, char *host, int *));
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dname.c189 * node is present, then node will represent the host. If the host is
191 * the first commponnet since we want host name that are relative to
244 * the host from the node. If node is not present we assume
245 * we're the local host.
251 * We only want the host part of a qualfied host name. We
262 * If node is null, assume local host. If domain is
305 char *host = strchr(input, '@'); local
309 /* If no host retur
[all...]
/opensolaris-onvv-gate/usr/src/lib/libadutils/common/
H A Dlibadutils.h152 const char *host, int port);
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c123 get_server(char *host, nis_server *srv, endpoint eps[], int maxep) argument
131 if (! host)
133 hs.h_host = host;
151 srv->name = (nis_name) host;
H A Drpc_soc.c416 * Get port used by specified service on specified host.
421 getrpcport(char *host, rpcprog_t prognum, rpcvers_t versnum, argument
427 if ((hp = gethostbyname(host)) == NULL)
439 callrpc(char *host, rpcprog_t prognum, rpcvers_t versnum, rpcproc_t procnum, argument
442 return ((int)rpc_call(host, prognum, versnum, procnum, inproc,
/opensolaris-onvv-gate/usr/src/lib/libparted/common/include/parted/
H A Ddevice.h92 short host, did; member in struct:_PedDevice
/opensolaris-onvv-gate/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c77 props->domain_controller[0].host[0] == '\0')
82 for (i = 0; props->domain_controller[i].host[0] != '\0'; i++) {
84 props->domain_controller[i].host,
132 cp->props.domain_controller[0].host[0] != '\0')
/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h160 extern int chophostdomain(char *string, char *host, char *domain);
/opensolaris-onvv-gate/usr/src/lib/print/libipp-listener/common/
H A Dprint-job.c53 char *host = NULL; local
103 /* Set "job-originating-host-name" in next block */
128 "job-originating-host-name",
138 "job-originating-host-name",
144 "job-originating-host-name",

Completed in 163 milliseconds

<<111213141516171819