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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c1422 * refresh_ttl is set to zero, this should occur during
1435 * refresh_ttl, will be set to the smaller of the two,
1443 getldap_set_refresh_ttl(server_info_t *head, int *refresh_ttl, argument
1468 if (!head || !refresh_ttl || !no_gd_server) {
1470 "NULL or refresh_ttl is NULL or "
1482 "seconds\n", *refresh_ttl);
1484 if (*refresh_ttl == 0) {
1503 "seconds\n", *refresh_ttl);
1518 *refresh_ttl = REFRESHTTL_REGULAR;
1519 if (*refresh_ttl > (refresh_ttl_ma
1617 static int refresh_ttl = 0; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.h110 uint32_t refresh_ttl; member in struct:addr_entry

Completed in 63 milliseconds