Symbol: zone_log
usr.sbin/nsd/ixfr.c
2477
zone_log(parser, ZONE_ERROR, "the RR rdata fields are wrong for the type");
usr.sbin/nsd/simdzone/include/zone.h
619
ZONE_EXPORT void zone_log(
usr.sbin/nsd/simdzone/include/zone.h
640
(void)0 : zone_log((parser), ZONE_ERROR, __VA_ARGS__))
usr.sbin/nsd/simdzone/include/zone.h
655
(void)0 : zone_log((parser), ZONE_WARNING, __VA_ARGS__))
usr.sbin/nsd/simdzone/include/zone.h
670
(void)0 : zone_log((parser), ZONE_INFO, __VA_ARGS__))
usr.sbin/nsd/simdzone/src/generic/parser.h
426
zone_log((parser), ZONE_ERROR, __VA_ARGS__); \
usr.sbin/nsd/simdzone/src/generic/parser.h
543
zone_log((parser), ZONE_ERROR, __VA_ARGS__); \
usr.sbin/nsd/zonec.c
142
zone_log(parser, priority, "CNAME and other data at the same name");
usr.sbin/nsd/zonec.c
153
zone_log(parser, priority, "CNAME and other data at the same name");
usr.sbin/nsd/zonec.c
229
zone_log(parser, priority, "only class IN is supported");
usr.sbin/nsd/zonec.c
232
zone_log(parser, ZONE_ERROR, "the owner cannot be converted");
usr.sbin/nsd/zonec.c
250
zone_log(parser, ZONE_ERROR, "the RR rdata fields are wrong for the type, %s %s %s",
usr.sbin/nsd/zonec.c
268
zone_log(parser, priority, "SOA record with invalid domain name, '%s' is not '%s'",
usr.sbin/nsd/zonec.c
271
zone_log(parser, priority, "this SOA record was already encountered");
usr.sbin/nsd/zonec.c
279
zone_log(parser, priority, "out of zone data: %s is outside the zone for fqdn %s",
usr.sbin/nsd/zonec.c
297
zone_log(parser, ZONE_WARNING,
usr.sbin/nsd/zonec.c
303
zone_log(parser, ZONE_WARNING,
usr.sbin/nsd/zonec.c
311
zone_log(parser, priority, "multiple CNAMEs at the same name");
usr.sbin/nsd/zonec.c
314
zone_log(parser, priority, "multiple DNAMEs at the same name");