Searched defs:tcptimeout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c71 static int tcptimeout = NS_DEFAULT_BIND_TIMEOUT * 1000; variable
797 tcptimeout = NS_DEFAULT_BIND_TIMEOUT * 1000;
802 tcptimeout = **((int **)paramVal);
803 tcptimeout *= 1000;
1431 * (tcptimeout) set via the LDAP API ldap_set_option()
1448 /* tcptimeout is in milliseconds */
1449 #define REFRESHTTL_MIN (tcptimeout/1000) + 10
1692 /* reset bind time (tcptimeout) */
1775 /* do not reset bind time (tcptimeout) */

Completed in 75 milliseconds