Home
last modified time | relevance | path

Searched refs:bogus_addr (Results 1 – 4 of 4) sorted by relevance

/external/dnsmasq/src/
Ddnsmasq.h209 struct bogus_addr { struct
211 struct bogus_addr *next; argument
619 struct bogus_addr *bogus_addr; member
720 struct bogus_addr *addr, time_t now);
Dforward.c414 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()
Doption.c1339 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()
Drfc1035.c976 struct bogus_addr *baddr, time_t now) in check_for_bogus_wildcard()
981 struct bogus_addr *baddrp; in check_for_bogus_wildcard()