Home
last modified time | relevance | path

Searched refs:nettimeout (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c138 struct timeval nettimeout = { -1 , 0 }; variable
827 if( nettimeout.tv_sec != -1 ) { in tool_args()
836 nettimeout.tv_sec = 0; in tool_args()
838 nettimeout.tv_sec = LDAP_MAXINT; in tool_args()
846 nettimeout.tv_sec = ival; in tool_args()
848 if( nettimeout.tv_sec < 0 || nettimeout.tv_sec > LDAP_MAXINT ) { in tool_args()
850 prog, (long)nettimeout.tv_sec ); in tool_args()
1388 if ( nettimeout.tv_sec > 0 ) { in tool_conn_setup()
1389 if ( ldap_set_option( ld, LDAP_OPT_NETWORK_TIMEOUT, (void *) &nettimeout ) in tool_conn_setup()
1393 (long)nettimeout.tv_sec ); in tool_conn_setup()
H A Dcommon.h106 extern struct timeval nettimeout;
/netbsd-src/external/bsd/openldap/dist/doc/devel/
H A Dargs31 -o general libldap options (plus ldif_wrap and nettimeout for backwards comp.)