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

/illumos-gate/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 *resul
[all...]
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h345 typedef struct LDAPHostEnt { struct
351 } LDAPHostEnt; typedef in typeref:struct:LDAPHostEnt
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,
/illumos-gate/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;
272 LDAPHostEnt host_ent;
1165 static LDAPHostEnt *
1167 LDAPHostEnt *result, char *buffer, int buflen, int *statusp,
1170 LDAPHostEnt *ldap_hent;
1203 (void) memset(result, 0, sizeof (LDAPHostEnt));
/illumos-gate/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,

Completed in 60 milliseconds