Searched refs:host (Results 276 - 300 of 468) sorted by relevance

<<111213141516171819

/opensolaris-onvv-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dnss.c135 /* is this the "local" host */
136 if ((uri->host != NULL) && (is_localhost(uri->host) == 0)) {
142 (uri->host ? uri->host : "localhost"), printer);
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c399 * Determines whether the specified host is in the given access list.
408 * 0 not found (host is not in the list or list is NULL)
418 char *host; local
479 host = clnames->h_hostservs[i].h_host;
488 if (strchr(host, '.') == NULL)
491 off = strlen(host) - strlen(gr);
493 strcasecmp(host + off, gr) == 0) {
510 if (strcasecmp(gr, host) == 0)
645 * Note that this routine establishes a host membership
660 char *host; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c363 * The cached ADS host is no longer valid if one of the following criteria
367 * 2) not the sought host (if specified)
373 * Return B_TRUE if the cache host is still valid. Otherwise, return B_FALSE.
398 * Returns true, if the sought host name matches the input host (host) name.
399 * The sought host is expected to be in Fully Qualified Domain Name (FQDN)
403 smb_ads_is_sought_host(smb_ads_host_info_t *host, char *sought_host_name) argument
405 if ((host == NULL) || (sought_host_name == NULL))
408 if (smb_strcasecmp(host
890 smb_ads_host_info_t *hlistp = NULL, *host = NULL; local
2443 smb_ads_match_pdc(smb_ads_host_info_t *host) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c27 * Return the protocol addresses supported by this host.
124 * Return all the protocol addresses of this host.
129 * host part.
1443 static struct hostent host; local
1469 host.h_name = 0;
1470 host.h_aliases = 0;
1471 host.h_addrtype = AF_INET;
1472 host.h_length = 4;
1473 host.h_addr_list = ip_ptrs;
1477 return &host;
1486 char host[64]; /* Name of local machine */ local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Ddns-sd.c596 static DNSServiceErrorType RegisterProxyAddressRecord(DNSServiceRef *sdRef, const char *host, const char *ip) argument
606 return(DNSServiceRegisterRecord(*sdRef, &record, kDNSServiceFlagsUnique, kDNSServiceInterfaceIndexAny, host,
607 kDNSServiceType_A, kDNSServiceClass_IN, sizeof(addr), &addr, 240, MyRegisterRecordCallback, (void*)host));
618 const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv)
630 if (host && *host) printf(" host %s", host);
651 return(DNSServiceRegister(sdRef, /* kDNSServiceFlagsAllowRemoteQuery */ 0, opinterface, nam, typ, dom, host, registerPort.NotAnInteger, (uint16_t) (ptr-txt), txt, reg_reply, NULL));
617 RegisterService(DNSServiceRef *sdRef, const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DMakefile.PL62 *** local host as well, please install libwin32 then Sys::Syslog again.
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DHost.java26 * Methods associated with a host.
100 public synchronized static void pingHost(String host) argument
108 syscmd.exec("/usr/sbin/ping " + host);
148 Debug.message("SVR: printers.conf NIS host not found.");
149 Debug.message("SVR: Looking for NIS passwd host.");
H A DDoPrinterNS.java43 String host, String binddn, String passwd,
391 "Missing LDAP host for ldap operation");
410 Debug.message("SVR: host=" + nshost);
548 String host = ns.getNameServiceHost();
572 int ret = dorexec(host, user, passwd, "/usr/bin/echo", "C");
579 int ret = updateldap("add", host, user, passwd,
587 ret = updateldap("delete", host, user, passwd,
42 updateldap(String action, String host, String binddn, String passwd, String printername, String printserver, String extensions, String comment, String isdefault) argument
/opensolaris-onvv-gate/usr/src/lib/libidmap/common/
H A Ddirectory_client.c72 char host[] = "localhost"; local
84 clnt_spcreateerror(host),
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap-int.h77 int open_ldap_connection( LDAP *ld, Sockbuf *sb, char *host, int defport,
95 int connect_to_host(Sockbuf *sb, char *host, in_addr_t address, int port,
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c645 sprintf( msg, "* host: %s port: %d secure: %s%s\n",
1027 * - no hostport (no host, no port) provided in LDAP URL, use those
1029 * - no port but a host, use default LDAP port
1272 char *p, *domain, *host, *server_dn, **dxs; local
1293 host = dxs[ i ];
1296 host = dxs[ i ] + 7;
1297 if (( p = strchr( host, ':' )) == NULL ) {
1298 p = host;
1310 host = NULL;
1313 if ( host !
[all...]
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c67 struct hostent host; member in struct:pvt
1017 * respect to host names) internet address specification for this AF.
1040 pvt->host.h_addrtype = af;
1043 pvt->host.h_length = NS_INADDRSZ;
1046 pvt->host.h_length = NS_IN6ADDRSZ;
1053 pvt->host.h_name = pvt->name;
1054 pvt->host.h_aliases = pvt->aliases;
1058 pvt->host.h_addr_list = pvt->addrs;
1060 return (&pvt->host);
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties45 reply_unparsable = Unparsable reply from host: {0}
46 wrong_xid = Got wrong XID on reply from host: {0}
47 drop_pr = Drop PR ignored by host ``{0}'''' for message ``{1}''''
76 resolve_failed = Can''t resolve host name ``{0}''''.
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_error.c55 if (ep->host != NULL)
56 Free(ep->host);
147 char *name /* optional name or host */
150 /* get host name */
151 if (ep->host != NULL) {
152 Free(ep->host);
153 ep->host = NULL;
157 ep->host = Strdup(name);
160 ep->host = Strdup(mynode());
337 char *host,
334 mdrpcerror( md_error_t *ep, CLIENT *clntp, char *host, char *extra ) argument
358 mdrpccreateerror( md_error_t *ep, char *host, char *extra ) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c191 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host,
355 * Address is of the form "host:dir".
367 * If nfshost is the local host, the NFS mount
757 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host, argument
770 (host == NULL) || (dir == NULL) || (me == NULL) || (mfs == NULL) ||
780 free(host);
792 mfs->mfs_host = host;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c437 * RPCSEC_GSS service names are of the form svc@host.dom
898 * If hostname is in the format of host.nisdomain
953 "nfs_clnt_secdata: bad host name\n");
987 * nfs_get_root_principal() maps a host name to its principal name
991 * host - the host name which could be in the following forms:
996 * output : rootname_p - address of the principal name for the host
1002 nfs_get_root_principal(seconfig_t *seconfig, char *host, caddr_t *rootname_p) argument
1010 if (!host2netname(netname, host, NULL)) {
1012 "nfs_get_root_principal: unknown host
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp572 int ATNetworkTool::Connect(const char *host, in_port_t port, argument
580 return ATNetworkTool::Connect(host, ssport.str().c_str(), error,
584 int ATNetworkTool::Connect(const char *host, const char *port, argument
607 if ((error = getaddrinfo(host, port, &hints, &paddrp)) != 0) {
619 if ((error = getaddrinfo(host, port, &hints, &paddrp)) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cray.c110 fsent.host = (char *)get_canonical_hostname(options.verify_reverse_mapping);
249 usent.host = hostname;
396 fsent.host = hostname;
432 fsent.host = hostname;
472 ssent.host = hostname;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Db_sock.c155 ERR_add_error_data(2,"host=",str);
581 int BIO_get_accept_socket(char *host, int bind_mode) argument
595 if ((str=BUF_strdup(host)) == NULL) return(INVALID_SOCKET);
643 ERR_add_error_data(3,"port='",host,"'");
686 ERR_add_error_data(3,"port='",host,"'");
693 ERR_add_error_data(3,"port='",host,"'");
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/sha/
H A Dsha256.c123 void sha256_block (SHA256_CTX *ctx, const void *in, size_t num, int host);
158 static void sha256_block (SHA256_CTX *ctx, const void *in, size_t num, int host) argument
170 if (host)
230 static void sha256_block (SHA256_CTX *ctx, const void *in, size_t num, int host) argument
242 if (host)
/opensolaris-onvv-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c61 * This function will establish a socket to the host on the specified port.
64 static int init_socket(char *host, short port) argument
73 if ((sin.sin_addr.s_addr = inet_addr(host)) == INADDR_NONE) {
74 if ((hp = gethostbyname_r(host, &hrec, hostbuf,
102 * This function will connect to host on the port.
106 connect_to_server(char *host, short port) argument
112 if ((sd = init_socket(host, port)) == -1) {
603 /* get the host name */
/opensolaris-onvv-gate/usr/src/cmd/ssh/sftp/
H A Dsftp.c1522 " [-S program] [user@]host[:dir[/] | :file [file]]\n"),
1531 char *host, *userhost, *cp, *file2 = NULL; local
1629 if ((host = strrchr(userhost, '@')) == NULL)
1630 host = userhost;
1632 *host++ = '\0';
1640 if ((cp = colon(host)) != NULL) {
1645 host = cleanhostname(host);
1646 if (!*host) {
1657 addargs(&args, "%s", host);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c688 "with remote host.\n");
691 "Negotiating binary mode with remote host.\n");
698 "with remote host.\n");
701 "with remote host.\n");
2464 * - start with the target host, or with "@" or "!@" followed by at least one
2466 * - each host (can be literal address or hostname) can be separated by ",",
2468 * Note that the last host is the target, all the others (if any ) are the
2493 * as the target host and set the num_gw to 0. Therefore, none of the
2512 perror("telnet: copying host name");
2583 * The last host i
2609 struct addrinfo *res, *host, *gateway, *addr; local
2927 struct addrinfo *host = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c95 ** makeconnection(host, port, mci, e, enough)
96 ** Make a connection to the named host on the given
659 ** Collect verified idea of sending host.
789 /* determine host name */
833 message("421 4.4.5 Too many SMTP sessions for this host");
1659 syserr("554 5.3.0 host \"%s\" unknown",
1667 syserr("554 5.3.0 host \"%s\" unknown",
1691 syserr("554 5.3.0 host \"%s\" unknown",
1699 syserr("554 5.3.0 host \"%s\" unknown",
2081 ** host
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c206 hostid_t *host; member in struct:status_record
513 status_rec_p->host = hostid;
820 hostid_t *host; local
857 host = find_hostid(nvl);
859 resource, serial, not_suppressed, host, injected, dummy_fru);
1218 srp->host->server);
1219 if (srp->host->domain)
1221 srp->host->domain);
1223 srp->host->platform);
1225 srp->host
[all...]

Completed in 202 milliseconds

<<111213141516171819