Searched refs:nettimeout (Results 1 – 3 of 3) sorted by relevance
138 struct timeval nettimeout = { -1 , 0 }; variable827 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()
106 extern struct timeval nettimeout;
31 -o general libldap options (plus ldif_wrap and nettimeout for backwards comp.)