Searched refs:LDAPHostEnt (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-dns.c | 48 static LDAPHostEnt *prldap_gethostbyname( const char *name, 49 LDAPHostEnt *result, char *buffer, int buflen, int *statusp, 51 static LDAPHostEnt *prldap_gethostbyaddr( const char *addr, int length, 52 int type, LDAPHostEnt *result, char *buffer, int buflen, 56 static LDAPHostEnt *prldap_convert_hostent( LDAPHostEnt *ldhp, 60 static LDAPHostEnt * 61 prldap_gethostbyname1(const char *name, LDAPHostEnt *result, 93 static LDAPHostEnt * 94 prldap_gethostbyname( const char *name, LDAPHostEnt *result, in prldap_gethostbyname() 109 static LDAPHostEnt * [all …]
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | solaris-int.h | 343 typedef struct LDAPHostEnt { struct 349 } LDAPHostEnt; typedef 351 typedef LDAPHostEnt * (LDAP_C LDAP_CALLBACK LDAP_DNSFN_GETHOSTBYNAME)( 352 const char *name, LDAPHostEnt *result, char *buffer, 354 typedef LDAPHostEnt * (LDAP_C LDAP_CALLBACK LDAP_DNSFN_GETHOSTBYADDR)( 355 const char *addr, int length, int type, LDAPHostEnt *result,
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 87 extern LDAPHostEnt * 89 LDAPHostEnt *result, char *buffer, int buflen, int *statusp, 269 LDAPHostEnt *hent; in do_ldapssl_connect() 270 LDAPHostEnt host_ent; in do_ldapssl_connect() 1163 static LDAPHostEnt * 1165 LDAPHostEnt *result, char *buffer, int buflen, int *statusp, in ns_gethostbyaddr() 1168 LDAPHostEnt *ldap_hent; in ns_gethostbyaddr() 1201 (void) memset(result, 0, sizeof (LDAPHostEnt)); in ns_gethostbyaddr()
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 548 LDAPHostEnt ldhent, *ldhp; 1807 LDAPHostEnt * 1809 LDAPHostEnt *result, char *buffer, int buflen, int *statusp,
|