Home
last modified time | relevance | path

Searched refs:LBER_SOCKET (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h93 typedef int (LDAP_C LDAP_CALLBACK LDAP_IOF_READ_CALLBACK)( LBER_SOCKET s,
95 typedef int (LDAP_C LDAP_CALLBACK LDAP_IOF_WRITE_CALLBACK)( LBER_SOCKET s,
299 typedef LBER_SOCKET (LDAP_C LDAP_CALLBACK LDAP_IOF_SOCKET_CALLBACK)(
301 typedef int (LDAP_C LDAP_CALLBACK LDAP_IOF_IOCTL_CALLBACK)( LBER_SOCKET s,
304 LBER_SOCKET s, struct sockaddr *name, int namelen );
306 LBER_SOCKET s );
308 LBER_SOCKET s );
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c157 static LBER_SOCKET nsldapi_os_socket( LDAP *ld, int secure, int domain,
159 static int nsldapi_os_ioctl( LBER_SOCKET s, int option, int *statusp );
160 static int nsldapi_os_connect_with_to( LBER_SOCKET s, struct sockaddr *name,
166 typedef LBER_SOCKET (NSLDAPI_SOCKET_FN)( LDAP *ld, int secure, int domain,
168 typedef int (NSLDAPI_IOCTL_FN)( LBER_SOCKET s, int option, int *statusp );
169 typedef int (NSLDAPI_CONNECT_WITH_TO_FN )( LBER_SOCKET s, struct sockaddr *name,
171 typedef int (NSLDAPI_CONNECT_FN )( LBER_SOCKET s, struct sockaddr *name,
173 typedef int (NSLDAPI_CLOSE_FN )( LBER_SOCKET s );
182 nsldapi_os_closesocket( LBER_SOCKET s ) in nsldapi_os_closesocket()
195 static LBER_SOCKET
[all …]
/titanic_41/usr/src/head/
H A Dlber.h104 typedef SOCKET LBER_SOCKET; typedef
106 typedef int LBER_SOCKET; typedef
109 typedef void *LBER_SOCKET; typedef
/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h172 LBER_SOCKET sb_sd;
181 LBER_SOCKET sb_copyfd; /* for LBER_SOCKBUF_OPT_TO_FILE* opts */
H A Dio.c884 sb->sb_sd = *((LBER_SOCKET *) value); in ber_sockbuf_set_option()
887 sb->sb_copyfd = *((LBER_SOCKET *) value); in ber_sockbuf_set_option()
940 *((LBER_SOCKET *) value) = sb->sb_sd; in ber_sockbuf_get_option()
943 *((LBER_SOCKET *) value) = sb->sb_copyfd; in ber_sockbuf_get_option()