Home
last modified time | relevance | path

Searched refs:LDAPHostEnt (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c51 static LDAPHostEnt *prldap_gethostbyname( const char *name,
52 LDAPHostEnt *result, char *buffer, int buflen, int *statusp,
54 static LDAPHostEnt *prldap_gethostbyaddr( const char *addr, int length,
55 int type, LDAPHostEnt *result, char *buffer, int buflen,
59 static LDAPHostEnt *prldap_convert_hostent( LDAPHostEnt *ldhp,
63 static LDAPHostEnt *
64 prldap_gethostbyname1(const char *name, LDAPHostEnt *result,
96 static LDAPHostEnt *
97 prldap_gethostbyname( const char *name, LDAPHostEnt *result, in prldap_gethostbyname()
112 static LDAPHostEnt *
[all …]
/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h345 typedef struct LDAPHostEnt { struct
351 } LDAPHostEnt; argument
353 typedef LDAPHostEnt * (LDAP_C LDAP_CALLBACK LDAP_DNSFN_GETHOSTBYNAME)(
354 const char *name, LDAPHostEnt *result, char *buffer,
356 typedef LDAPHostEnt * (LDAP_C LDAP_CALLBACK LDAP_DNSFN_GETHOSTBYADDR)(
357 const char *addr, int length, int type, LDAPHostEnt *result,
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c89 extern LDAPHostEnt *
91 LDAPHostEnt *result, char *buffer, int buflen, int *statusp,
271 LDAPHostEnt *hent; in do_ldapssl_connect()
272 LDAPHostEnt host_ent; in do_ldapssl_connect()
1165 static LDAPHostEnt *
1167 LDAPHostEnt *result, char *buffer, int buflen, int *statusp, in ns_gethostbyaddr()
1170 LDAPHostEnt *ldap_hent; in ns_gethostbyaddr()
1203 (void) memset(result, 0, sizeof (LDAPHostEnt)); in ns_gethostbyaddr()
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c548 LDAPHostEnt ldhent, *ldhp;
1807 LDAPHostEnt *
1809 LDAPHostEnt *result, char *buffer, int buflen, int *statusp,