Searched defs:DNS_ZONE_TIME_ADD (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | zone.c | 844 #define DNS_ZONE_TIME_ADD(a, b, c) \ macro 3751 DNS_ZONE_TIME_ADD(&timenow, then - now, &timethen); 4720 DNS_ZONE_TIME_ADD(&t, zone->expire, 4723 DNS_ZONE_TIME_ADD(&now, zone->retry, 4728 DNS_ZONE_TIME_ADD(&now, delay, &zone->refreshtime); 9791 DNS_ZONE_TIME_ADD(&timenow, dns_zone_mkey_hour, &timethen); 11068 DNS_ZONE_TIME_ADD(now, zone->notifydelay, &zone->notifytime); 11527 DNS_ZONE_TIME_ADD(&now, zone->expire, &zone->expiretime); 11994 DNS_ZONE_TIME_ADD(&now, expire, &expiretime); 15122 DNS_ZONE_TIME_ADD( [all...] |
Completed in 66 milliseconds