Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dconfig.h34 #define SMALLDNAME 40 /* most domain names are smaller than this */ macro
Dcache.c350 if (name && (strlen(name) > SMALLDNAME - 1)) { in cache_insert()
685 strlen(domain_suffix) - SMALLDNAME))) { in read_hostsfile()
693 if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon) + 1 - SMALLDNAME))) { in read_hostsfile()
Ddnsmasq.h268 char sname[SMALLDNAME];