Home | History | Annotate | Download | only in services

Lines Matching refs:nameserver

2060 	 * lookups for nameserver targets, it would use the without flag
2225 * lookups for nameserver targets, it would use the without flag
2434 struct delegpt_ns* nameserver;
2437 /* the rpz specs match the nameserver names (NS records), not the
2439 for(nameserver = dp->nslist;
2440 nameserver != NULL;
2441 nameserver = nameserver->next) {
2442 z = rpz_find_zone(zones, nameserver->name, nameserver->namelen,
2445 match->dname = nameserver->name;
2446 match->dname_len = nameserver->namelen;