Home
last modified time | relevance | path

Searched refs:ZONE_ALREADY_UP_TO_DATE (Results 1 – 4 of 4) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dsys_error.h285 #define ZONE_ALREADY_UP_TO_DATE DNS_ERROR_CODE(27) macro
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dsys_error.c391 error_register(ZONE_ALREADY_UP_TO_DATE, "ZONE_ALREADY_UP_TO_DATE"); in dnscore_register_errors()
H A Dxfr_input_stream.c1155 return ZONE_ALREADY_UP_TO_DATE; in xfr_input_stream_init()
/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/
H A Dixfr.c663 if(return_value == ZONE_ALREADY_UP_TO_DATE) in ixfr_query()