Searched refs:ndots (Results 1 - 16 of 16) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/lwresd/lwresd1/
H A Dresolv.conf21 ndots 1
H A Dlwresd.conf33 ndots 1;
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dresolv.conf21 ndots 1
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dlwsearch.h54 unsigned int ndots; member in struct:ns_lwsearchctx
86 dns_name_t *name, unsigned int ndots);
H A Dlwresd.h38 unsigned int ndots; member in struct:ns_lwresd
/bind-9.6-ESV-R11/bin/named/
H A Dlwsearch.c135 dns_name_t *name, unsigned int ndots)
142 sctx->ndots = ndots;
149 if (dns_name_countlabels(name) > ndots)
134 ns_lwsearchctx_init(ns_lwsearchctx_t *sctx, ns_lwsearchlist_t *list, dns_name_t *name, unsigned int ndots) argument
H A Dlwresd.c234 * Build the ndots line
236 if (lwc->ndots != 1) {
238 snprintf(str, sizeof(str), "%u", lwc->ndots);
312 (void)cfg_map_get(lwres, "ndots", &obj);
314 lwresd->ndots = cfg_obj_asuint32(obj);
316 lwresd->ndots = 1;
H A Dlwdgabn.c628 cm->listener->manager->ndots);
H A Dlwdgrbn.c482 cm->listener->manager->ndots);
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwconfig.c238 confdata->ndots = 1;
290 confdata->ndots = 1;
532 long ndots; local
549 } else if (strncmp("ndots:", word, 6) == 0) {
550 ndots = strtol(word + 6, &p, 10);
553 if (ndots < 0 || ndots > 0xff) /* Out of range. */
555 confdata->ndots = (lwres_uint8_t)ndots;
714 if (confdata->ndots >
[all...]
/bind-9.6-ESV-R11/bin/dig/include/dig/
H A Ddig.h262 extern int ndots;
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlwres.h244 lwres_uint8_t ndots; /*%< set to n in 'options ndots:n' */ member in struct:__anon223
/bind-9.6-ESV-R11/bin/dig/
H A Dnslookup.c497 timeout, tries, port, ndots);
587 isc_result_t result = parse_uint(&n, value, 128, "ndots");
589 ndots = n;
672 } else if (strncasecmp(opt, "ndots=", 6) == 0) {
H A Ddighost.c138 int ndots = -1; variable
1071 if (ndots == -1) {
1072 ndots = lwconf->ndots;
1073 debug("ndots is %d.", ndots);
1730 * Check for a absolute name or ndots being met.
1738 (int)dns_name_countlabels(name) > ndots))
1900 if ((count_dots(utf8_textname) >= ndots) || !usesearch) {
1909 if ((count_dots(lookup->textname) >= ndots) || !usesearc
[all...]
H A Dhost.c150 "Usage: host [-aCdlriTwv] [-c class] [-N ndots] [-t type] [-W time]\n"
808 ndots = atoi(isc_commandline_argument);
H A Ddig.c187 " +ndots=### (Set NDOTS value)\n"
898 case 'd': /* ndots */
899 FULLCHECK("ndots");
904 ndots = parse_uint(value, "ndots", MAXNDOTS);

Completed in 67 milliseconds