Searched refs:domain_suffix (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddomain.c205 return daemon->domain_suffix;
230 return daemon->domain_suffix;
H A Dcache.c934 char *token = daemon->namebuff, *domain_suffix = NULL; local
956 domain_suffix = get_domain(addr.addr.addr4);
963 domain_suffix = get_domain6(&addr.addr.addr6);
997 if (option_bool(OPT_EXPAND) && domain_suffix && !fqdn &&
999 strlen(canon)+2+strlen(domain_suffix)-SMALLDNAME)))
1003 strcat(cache->name.sname, domain_suffix);
H A Doption.c2146 daemon->domain_suffix = d;
4647 (daemon->domain_suffix = canonicalise_opt(token)))
4653 if (!daemon->domain_suffix)
4657 if (daemon->domain_suffix)
4669 strcat(buff, daemon->domain_suffix);
H A Ddnsmasq.h954 char *domain_suffix; member in struct:daemon
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddomain.c205 return daemon->domain_suffix;
230 return daemon->domain_suffix;
H A Dcache.c934 char *token = daemon->namebuff, *domain_suffix = NULL; local
956 domain_suffix = get_domain(addr.addr.addr4);
963 domain_suffix = get_domain6(&addr.addr.addr6);
997 if (option_bool(OPT_EXPAND) && domain_suffix && !fqdn &&
999 strlen(canon)+2+strlen(domain_suffix)-SMALLDNAME)))
1003 strcat(cache->name.sname, domain_suffix);
H A Doption.c2146 daemon->domain_suffix = d;
4647 (daemon->domain_suffix = canonicalise_opt(token)))
4653 if (!daemon->domain_suffix)
4657 if (daemon->domain_suffix)
4669 strcat(buff, daemon->domain_suffix);
H A Ddnsmasq.h954 char *domain_suffix; member in struct:daemon
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddomain.c205 return daemon->domain_suffix;
230 return daemon->domain_suffix;
H A Dcache.c934 char *token = daemon->namebuff, *domain_suffix = NULL; local
956 domain_suffix = get_domain(addr.addr.addr4);
963 domain_suffix = get_domain6(&addr.addr.addr6);
997 if (option_bool(OPT_EXPAND) && domain_suffix && !fqdn &&
999 strlen(canon)+2+strlen(domain_suffix)-SMALLDNAME)))
1003 strcat(cache->name.sname, domain_suffix);
H A Doption.c2146 daemon->domain_suffix = d;
4647 (daemon->domain_suffix = canonicalise_opt(token)))
4653 if (!daemon->domain_suffix)
4657 if (daemon->domain_suffix)
4669 strcat(buff, daemon->domain_suffix);
H A Ddnsmasq.h954 char *domain_suffix; member in struct:daemon

Completed in 211 milliseconds