Searched refs:ndots (Results 1 - 18 of 18) sorted by relevance
/bind-9.11.3/bin/tests/system/lwresd/lwresd1/ |
H A D | resolv.conf | 12 ndots 1
|
H A D | nosearch.conf | 23 ndots 1;
|
H A D | lwresd.conf | 24 ndots 1;
|
/bind-9.11.3/bin/tests/system/lwresd/ |
H A D | resolv.conf | 12 ndots 1
|
/bind-9.11.3/bin/named/include/named/ |
H A D | lwsearch.h | 45 unsigned int ndots; member in struct:ns_lwsearchctx 77 dns_name_t *name, unsigned int ndots);
|
H A D | lwresd.h | 29 unsigned int ndots; member in struct:ns_lwresd
|
/bind-9.11.3/bin/named/ |
H A D | lwsearch.c | 126 dns_name_t *name, unsigned int ndots) 133 sctx->ndots = ndots; 140 if (dns_name_countlabels(name) > ndots) 125 ns_lwsearchctx_init(ns_lwsearchctx_t *sctx, ns_lwsearchlist_t *list, dns_name_t *name, unsigned int ndots) argument
|
H A D | lwresd.c | 221 * Build the ndots line 223 if (lwc->ndots != 1) { 225 snprintf(str, sizeof(str), "%u", lwc->ndots); 299 (void)cfg_map_get(lwres, "ndots", &obj); 301 lwresd->ndots = cfg_obj_asuint32(obj); 303 lwresd->ndots = 1;
|
H A D | lwdgabn.c | 619 cm->listener->manager->ndots);
|
H A D | lwdgrbn.c | 477 cm->listener->manager->ndots);
|
/bind-9.11.3/lib/lwres/ |
H A D | lwconfig.c | 231 confdata->ndots = 1; 285 confdata->ndots = 1; 561 long ndots; local 582 } else if (strncmp("ndots:", word, 6) == 0) { 583 ndots = strtol(word + 6, &p, 10); 586 if (ndots < 0 || ndots > 0xff) /* Out of range. */ 588 confdata->ndots = (lwres_uint8_t)ndots; 772 if (confdata->ndots > [all...] |
/bind-9.11.3/lib/irs/ |
H A D | resconf.c | 111 /*%< set to n in 'options ndots:n' */ 112 isc_uint8_t ndots; member in struct:irs_resconf 437 long ndots; local 448 } else if (strncmp("ndots:", word, 6) == 0) { 449 ndots = strtol(word + 6, &p, 10); 452 if (ndots < 0 || ndots > 0xff) /* Out of range. */ 454 conf->ndots = (isc_uint8_t)ndots; 508 conf->ndots [all...] |
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | lwres.h | 236 lwres_uint8_t ndots; /*%< set to n in 'options ndots:n' */ member in struct:__anon322
|
/bind-9.11.3/bin/dig/include/dig/ |
H A D | dig.h | 271 extern int ndots;
|
/bind-9.11.3/bin/dig/ |
H A D | nslookup.c | 565 timeout, tries, port, ndots); 639 isc_result_t result = parse_uint(&n, value, 128, "ndots"); 641 ndots = n; 748 } else if (strncasecmp(opt, "ndots=", 6) == 0) {
|
H A D | dighost.c | 142 int ndots = -1; variable 1480 if (ndots == -1) { 1481 ndots = lwconf->ndots; 1482 debug("ndots is %d.", ndots); 2225 * Check for a absolute name or ndots being met. 2233 (int)dns_name_countlabels(name) > ndots)) 2401 if ((count_dots(utf8_textname) >= ndots) || !usesearch) { 2410 if ((count_dots(lookup->textname) >= ndots) || !usesearc [all...] |
H A D | host.c | 140 "Usage: host [-aCdilrTvVw] [-c class] [-N ndots] [-t type] [-W time]\n" 827 ndots = atoi(isc_commandline_argument);
|
H A D | dig.c | 195 " +ndots=### (Set search NDOTS value)\n" 1133 case 'd': /* ndots */ 1134 FULLCHECK("ndots"); 1139 result = parse_uint(&num, value, MAXNDOTS, "ndots"); 1141 fatal("Couldn't parse ndots"); 1142 ndots = num;
|
Completed in 72 milliseconds