Lines Matching defs:suffix
3606 * will match by finding the longest common suffix of the
4509 dns_name_t prefix, *suffix;
4516 * The policy owner name consists of a suffix depending on the type
4523 suffix = &rpz->client_ip;
4526 suffix = &rpz->origin;
4529 suffix = &rpz->ip;
4532 suffix = &rpz->nsdname;
4535 suffix = &rpz->nsip;
4543 * and trim enough allow the addition of the suffix.
4551 result = dns_name_concatenate(&prefix, suffix, p_name, NULL);
4559 rpz_log_fail(client, DNS_RPZ_ERROR_LEVEL, suffix,
4567 rpz_log_fail(client, DNS_RPZ_DEBUG_LEVEL1, suffix,
5727 dns_fixedname_t prefix, suffix;
5738 dns_fixedname_init(&suffix);
5740 NULL, dns_fixedname_name(&suffix));
5742 dns_fixedname_name(&suffix),
6515 * Adjust the found name to not include the redirectzone suffix.