Searched refs:SMALLDNAME (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Dconfig.h30 #define SMALLDNAME 40 /* most domain names are smaller than this */ macro
41 #define SMALLDNAME 40 /* most domain names are smaller than this */ macro
H A Dcache.c275 if (name && (strlen(name) > SMALLDNAME-1))
548 strlen(token)+2+strlen(domain_suffix)-SMALLDNAME)))
555 if ((cache = malloc(sizeof(struct crec) + strlen(token)+1-SMALLDNAME)))
H A Ddnsmasq.h137 char sname[SMALLDNAME];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Dconfig.h20 #define SMALLDNAME 40 /* most domain names are smaller than this */ macro
H A Ddhcp.c239 if ((strlen (host_name) < SMALLDNAME-1) && crec)
244 if ((strlen(host_name) < SMALLDNAME-1))
248 strlen(host_name)+1-SMALLDNAME);
H A Ddnsmasq.h75 char sname[SMALLDNAME];
H A Dcache.c201 if (strlen(name) > SMALLDNAME-1)
448 if ((cache = safe_malloc(sizeof(struct crec) + strlen(token)+1-SMALLDNAME)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Dconfig.h28 #define SMALLDNAME 40 /* most domain names are smaller than this */ macro
H A Dcache.c335 if (name && (strlen(name) > SMALLDNAME-1))
619 strlen(token)+2+strlen(domain_suffix)-SMALLDNAME)))
626 if ((cache = malloc(sizeof(struct crec) + strlen(token)+1-SMALLDNAME)))
H A Ddnsmasq.h166 char sname[SMALLDNAME];

Completed in 100 milliseconds