Searched refs:sb_timeout_net (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | config.c | 1529 { BER_BVC("network-timeout="), offsetof(slap_bindconf, sb_timeout_net), 'i', 0, NULL }, 2155 if ( sb->sb_timeout_net ) { in slap_client_connect() 2156 tv.tv_sec = sb->sb_timeout_net; in slap_client_connect()
|
| H A D | slap.h | 1645 int sb_timeout_net; member
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | config.c | 1263 if ( bindconf.sb_timeout_net ) { in config_bindconf() 1264 timeout_net_tv.tv_sec = bindconf.sb_timeout_net; in config_bindconf() 2777 { BER_BVC("network-timeout="), offsetof(slap_bindconf, sb_timeout_net), 'i', 0, NULL },
|