Searched refs:cond_domain (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddomain.c20 static struct cond_domain *search_domain(struct in_addr addr, struct cond_domain *c);
22 static struct cond_domain *search_domain6(struct in6_addr *addr, struct cond_domain *c);
29 struct cond_domain *c = NULL;
132 struct cond_domain *c;
187 static struct cond_domain *search_domain(struct in_addr addr, struct cond_domain *c)
200 struct cond_domain *c;
202 if ((c = search_domain(addr, daemon->cond_domain)))
[all...]
H A Ddnsmasq.h819 struct cond_domain { struct
826 struct cond_domain *next;
955 struct cond_domain *cond_domain, *synth_domains; member in struct:daemon
H A Doption.c2003 struct cond_domain *new = opt_malloc(sizeof(struct cond_domain));
2136 new->next = daemon->cond_domain;
2137 daemon->cond_domain = new;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddomain.c20 static struct cond_domain *search_domain(struct in_addr addr, struct cond_domain *c);
22 static struct cond_domain *search_domain6(struct in6_addr *addr, struct cond_domain *c);
29 struct cond_domain *c = NULL;
132 struct cond_domain *c;
187 static struct cond_domain *search_domain(struct in_addr addr, struct cond_domain *c)
200 struct cond_domain *c;
202 if ((c = search_domain(addr, daemon->cond_domain)))
[all...]
H A Ddnsmasq.h819 struct cond_domain { struct
826 struct cond_domain *next;
955 struct cond_domain *cond_domain, *synth_domains; member in struct:daemon
H A Doption.c2003 struct cond_domain *new = opt_malloc(sizeof(struct cond_domain));
2136 new->next = daemon->cond_domain;
2137 daemon->cond_domain = new;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddomain.c20 static struct cond_domain *search_domain(struct in_addr addr, struct cond_domain *c);
22 static struct cond_domain *search_domain6(struct in6_addr *addr, struct cond_domain *c);
29 struct cond_domain *c = NULL;
132 struct cond_domain *c;
187 static struct cond_domain *search_domain(struct in_addr addr, struct cond_domain *c)
200 struct cond_domain *c;
202 if ((c = search_domain(addr, daemon->cond_domain)))
[all...]
H A Ddnsmasq.h819 struct cond_domain { struct
826 struct cond_domain *next;
955 struct cond_domain *cond_domain, *synth_domains; member in struct:daemon
H A Doption.c2003 struct cond_domain *new = opt_malloc(sizeof(struct cond_domain));
2136 new->next = daemon->cond_domain;
2137 daemon->cond_domain = new;

Completed in 278 milliseconds