Searched refs:hostlist (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dfree_krbhs.c38 krb5_free_krbhst(krb5_context context, char *const *hostlist) argument
42 if (hostlist == NULL)
44 for (cp = hostlist; *cp; cp++)
46 free((char *)hostlist);
H A Dget_krbhst.c62 krb5_get_krbhst(krb5_context context, const krb5_data *realm, char ***hostlist) argument
127 *hostlist = rethosts;
H A Dlocate_kdc.c502 char ***hostlist,
510 *hostlist = NULL; /* default - indicate no KDCs found */
555 *hostlist = hl;
700 * Given the profile hostlist, return a string of all the hosts like so:
704 hostlist2str(char **hostlist) argument
707 char **hl = hostlist, *s = NULL;
723 hl = hostlist;
740 char **hostlist,
751 while (hostlist && hostlist[coun
501 prof_locate_server(krb5_context context, const krb5_data *realm, char ***hostlist, enum locate_service_type svc) argument
739 prof_hostnames2netaddrs( char **hostlist, enum locate_service_type svc, int socktype, int family, struct addrlist *addrlist) argument
840 char **hostlist = NULL; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c644 * Return the first host and port in hostlist (setting *hostp and *portp).
646 * Note that a NULL or zero-length hostlist causes the host "127.0.0.1" to
650 ldap_x_hostlist_first( const char *hostlist, int defport, char **hostp, argument
658 if ( NULL == hostlist || *hostlist == '\0' ) {
672 (*statusp)->lhs_hostlist = nsldapi_strdup( hostlist );
682 * Return the next host and port in hostlist (setting *hostp and *portp).
H A Dos-ip.c174 static int nsldapi_try_each_host( LDAP *ld, const char *hostlist, int defport,
465 nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *hostlist, argument
476 NULL == hostlist ? "NULL" : hostlist, defport, 0 );
490 s = ld->ld_extconnect_fn( hostlist, defport,
501 s = nsldapi_try_each_host( ld, hostlist,
536 nsldapi_try_each_host( LDAP *ld, const char *hostlist, argument
556 parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
1664 nsldapi_ext_compat_connect( const char *hostlist, int defport, int timeout, argument
1709 s = nsldapi_try_each_host( defcsip->csi_ld, hostlist, defpor
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c247 do_ldapssl_connect(const char *hostlist, int defport, int timeout, argument
302 intfd = (*(sseip->lssei_std_functions.lssf_connect_fn))( hostlist, defport,
451 ldapssl_connect(const char *hostlist, int defport, int timeout, argument
455 return( do_ldapssl_connect( hostlist, defport, timeout, options,
461 ldapssl_clientauth_connect(const char *hostlist, int defport, int timeout, argument
465 return( do_ldapssl_connect( hostlist, defport, timeout, options,
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c53 static int LDAP_CALLBACK prldap_connect( const char *hostlist, int defport,
374 prldap_connect( const char *hostlist, int defport, int timeout, argument
405 for ( parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h239 const char *hostlist, int port, /* host byte order */
283 LDAP_API(int) LDAP_CALL ldap_x_hostlist_first( const char *hostlist,
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dkadm_host_srv_names.c94 char **masterlist, **hostlist, *host, *port, *cp; local
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c4990 char *hostlist, *host; local
5024 hostlist = newstr(pmap->ph_servers);
5025 for (host = strtok(hostlist, " ");
5057 sm_free(hostlist); /* XXX */
5081 sm_free(hostlist); /* XXX */

Completed in 56 milliseconds