Home
last modified time | relevance | path

Searched refs:domain_suffix (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Dcache.c756 char *token = daemon->namebuff, *domain_suffix = NULL; in read_hostsfile() local
780 domain_suffix = get_domain(addr.addr.addr4); in read_hostsfile()
786 domain_suffix = daemon->domain_suffix; in read_hostsfile()
793 domain_suffix = get_domain(addr.addr.addr4); in read_hostsfile()
835 if ((daemon->options & OPT_EXPAND) && domain_suffix && !fqdn && in read_hostsfile()
837 strlen(canon)+2+strlen(domain_suffix)-SMALLDNAME))) in read_hostsfile()
841 strcat(cache->name.sname, domain_suffix); in read_hostsfile()
1014 return daemon->domain_suffix; in get_domain()
Doption.c1279 daemon->domain_suffix = d; in one_opt()
2959 (daemon->domain_suffix = canonicalise_opt(token))) in read_opts()
2965 if (!daemon->domain_suffix) in read_opts()
2969 if (daemon->domain_suffix) in read_opts()
2981 strcat(buff, daemon->domain_suffix); in read_opts()
Ddnsmasq.h616 char *domain_suffix; member