HomeSort by: relevance | last modified time | path
    Searched refs:ZONE_ERROR (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/simdzone/include/
zone.h 597 #define ZONE_ERROR (1u<<1)
638 #define zone_error(parser, ...) \ macro
639 (((parser)->options.log.mask & ZONE_ERROR) ? \
640 (void)0 : zone_log((parser), ZONE_ERROR, __VA_ARGS__))
  /src/external/bsd/nsd/dist/
zonec.c 144 priority = parser->options.secondary ? ZONE_WARNING : ZONE_ERROR;
150 zone_log(parser, ZONE_ERROR, "the owner cannot be converted");
160 zone_log(parser, ZONE_ERROR, "the RR rdata fields are wrong for the type, %s %s %s",
ixfr.c 2301 zone_error(parser, "zone %s ixfr data: IXFR data does not start with SOA",
2306 zone_error(parser, "zone %s ixfr data: IXFR data is not class IN",
2311 zone_error(parser, "zone %s ixfr data: zone has no apex, no zone data",
2316 zone_error(parser, "zone %s ixfr data: IXFR data wrong SOA for zone %s",
2322 zone_error(parser, "zone %s ixfr data: IXFR data contains the wrong version, serial %u but want destination serial %u",
2330 zone_error(parser, "zone %s ixfr data: cannot parse rdata format",
2332 else zone_error(parser, "zone %s ixfr data: cannot allocate space",
2350 zone_error(parser, "zone %s ixfr data: IXFR data 2nd RR is not SOA",
2355 zone_error(parser, "zone %s ixfr data: IXFR data 2ndSOA is not class IN",
2360 zone_error(parser, "zone %s ixfr data: zone has no apex, no zone data"
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/generic/
parser.h 211 uint32_t category = ZONE_ERROR;
426 zone_log((parser), ZONE_ERROR, __VA_ARGS__); \
543 zone_log((parser), ZONE_ERROR, __VA_ARGS__); \

Completed in 58 milliseconds