Searched refs:bogus_addr (Results 1 – 5 of 5) sorted by relevance
209 struct bogus_addr { struct211 struct bogus_addr *next; argument621 struct bogus_addr *bogus_addr; member722 struct bogus_addr *addr, time_t now);
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()
426 if (daemon->bogus_addr && header->rcode != NXDOMAIN && in process_reply()427 check_for_bogus_wildcard(header, n, daemon->namebuff, daemon->bogus_addr, now)) in process_reply()
978 struct bogus_addr *baddr, time_t now) in check_for_bogus_wildcard()983 struct bogus_addr *baddrp; in check_for_bogus_wildcard()
313 SocketAddress bogus_addr(loopback, 65535); in ConnectFailInternal() local314 EXPECT_EQ(0, client->Connect(bogus_addr)); in ConnectFailInternal()