Searched refs:bogus_addr (Results 1 – 4 of 4) sorted by relevance
209 struct bogus_addr { struct211 struct bogus_addr *next; argument619 struct bogus_addr *bogus_addr; member720 struct bogus_addr *addr, time_t now);
414 if (daemon->bogus_addr && header->rcode != NXDOMAIN && in process_reply()415 check_for_bogus_wildcard(header, n, daemon->namebuff, daemon->bogus_addr, now)) in process_reply()
1339 struct bogus_addr *baddr = opt_malloc(sizeof(struct bogus_addr)); in one_opt()1340 baddr->next = daemon->bogus_addr; in one_opt()1341 daemon->bogus_addr = baddr; in one_opt()
976 struct bogus_addr *baddr, time_t now) in check_for_bogus_wildcard()981 struct bogus_addr *baddrp; in check_for_bogus_wildcard()