Home
last modified time | relevance | path

Searched refs:LDAP_PORT_MAX (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c465 if ( defport < 0 || defport > LDAP_PORT_MAX ) { in ldap_init()
468 defport, LDAP_PORT_MAX, 0 ); in ldap_init()
/titanic_41/usr/src/head/
H A Dldap.h52 #define LDAP_PORT_MAX 65535 /* API extension */ macro