Lines Matching defs:nameserver
2057 * lookups for nameserver targets, it would use the without flag
2203 * lookups for nameserver targets, it would use the without flag
2401 struct delegpt_ns* nameserver;
2404 /* the rpz specs match the nameserver names (NS records), not the
2406 for(nameserver = dp->nslist;
2407 nameserver != NULL;
2408 nameserver = nameserver->next) {
2409 z = rpz_find_zone(zones, nameserver->name, nameserver->namelen,
2412 match->dname = nameserver->name;
2413 match->dname_len = nameserver->namelen;