Searched defs:labels (Results 1 - 21 of 21) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Drrsig_46.h30 isc_uint8_t labels; member in struct:dns_rdata_rrsig
H A Dsig_24.h31 isc_uint8_t labels; member in struct:dns_rdata_sig_t
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dcompress.h48 isc_uint8_t labels; member in struct:dns_compressnode
H A Dname.h29 * Provides facilities for manipulating DNS names and labels, including
96 ***** or more DNS wire format labels of type 00 (ordinary).
114 unsigned int labels; member in struct:dns_name
385 *\li *nlabelsp is the number of common significant labels.
509 * \li name matches the wildcard specified in wname if all labels
511 * of labels at the end of name.
543 * How many labels does 'name' have?
555 * \li The number of labels in 'name'.
580 * Make 'target' refer to the 'n' labels including and following 'first'
645 * labels
[all...]
H A Dvalidator.h144 unsigned int labels; member in struct:dns_validator
/bind-9.6-ESV-R11/bin/tests/
H A Dname_test.c86 unsigned int labels, split_label = 0; local
213 printf("%u labels, %u bytes.\n",
244 printf("%u labels, "
285 printf("%u labels, %u bytes.\n",
329 labels = dns_name_countlabels(name);
330 if (want_split && split_label < labels) {
/bind-9.6-ESV-R11/lib/dns/
H A Dcompress.c123 (name)->labels = (node)->labels; \
139 unsigned int labels, hash, n; local
148 labels = dns_name_countlabels(name);
149 INSIST(labels > 0);
154 for (n = 0; n < labels - 1; n++) {
155 dns_name_getlabelsequence(name, n, labels - n, &tname);
242 node->labels = (isc_uint8_t)dns_name_countlabels(&tname);
H A Dnsec.c297 unsigned int olabels, nlabels, labels; local
415 labels = dns_name_countlabels(nsecname);
416 dns_name_getlabelsequence(nsecname, labels - olabels,
419 labels = dns_name_countlabels(&nsec.next);
420 dns_name_getlabelsequence(&nsec.next, labels - nlabels,
H A Dgssapictx.c128 unsigned int labels; local
130 labels = dns_name_countlabels(name);
131 dns_name_getlabelsequence(name, 0, labels - 1, &tname);
H A Ddnssec.c247 sig.labels = dns_name_countlabels(name) - 1;
249 sig.labels--;
384 int labels = 0; local
477 labels = dns_name_countlabels(name) - 1;
480 if (labels - sig.labels > 0)
481 dns_name_split(dns_fixedname_name(&fnewname), sig.labels + 1,
490 if (labels - sig.labels > 0) {
576 if (ret == ISC_R_SUCCESS && labels
[all...]
H A Dnsec3.c560 unsigned int labels; local
759 labels = dns_name_countlabels(&empty) - 1;
760 if (labels <= dns_name_countlabels(origin))
762 dns_name_getlabelsequence(&empty, 1, labels, &empty);
1022 unsigned int labels; local
1146 labels = dns_name_countlabels(&empty) - 1;
1147 if (labels <= dns_name_countlabels(origin))
1149 dns_name_getlabelsequence(&empty, 1, labels, &empty);
1489 * NSEC3 records must have two or more labels to be valid.
H A Dname.c139 name->labels = 0; \
235 name->labels = 0;
299 REQUIRE(name->labels > 0);
349 REQUIRE(name->labels > 0);
396 REQUIRE(name->labels > 0);
418 REQUIRE(name->labels > 0);
429 * Check all but the last of the remaining labels.
431 while (label + 1 < name->labels) {
483 if (name->labels == 0)
496 if (name->labels
844 unsigned int nlabels, labels; local
1047 unsigned int tlen, nrem, nused, digits = 0, labels, tused; local
1354 unsigned int labels; local
1532 unsigned int labels; local
1636 unsigned int nlen, count, labels; local
1754 unsigned int nused, labels, n, nmax; local
2013 unsigned int nrem, labels, prefix_length, length; local
[all...]
H A Drbt.c148 (name)->labels = OFFSETLEN(node); \
466 * All of the existing labels are in common,
468 * Whack off the common labels for the
490 * The number of labels in common is fewer
491 * than the number of labels at the current
565 OFFSETLEN(current) = prefix->labels;
729 * the lack of bitstring labels.
839 * All of the labels have been tried against the hash
841 * labels, the name isn't in the table.
858 * The names have some common suffix labels
1421 unsigned int labels; local
1479 memmove(OFFSETS(node), name->offsets, labels); local
[all...]
H A Dsdb.c753 unsigned int labels; local
755 labels = dns_name_countlabels(name) -
758 dns_name_getlabelsequence(name, 0, labels, &relname);
H A Dsdlz.c518 unsigned int labels; local
520 labels = dns_name_countlabels(name) -
523 dns_name_getlabelsequence(name, 0, labels, &relname);
H A Dvalidator.c1486 unsigned int labels; local
1494 labels = dns_name_countlabels(closest) - 1;
1495 dns_name_getlabelsequence(closest, 1, labels, closest);
3079 unsigned int labels; local
3099 labels = dns_name_countlabels(dlvsep);
3100 if (labels == 0)
3102 dns_name_getlabelsequence(dlvsep, 1, labels - 1,
3107 labels = dns_name_countlabels(dlvsep);
3108 dns_name_getlabelsequence(dlvsep, 1, labels - 1, dlvsep);
3113 labels
3225 unsigned int labels; local
[all...]
H A Dresolver.c516 unsigned int labels; local
525 &order, &labels);
2632 unsigned int labels; local
2643 labels = dns_name_countlabels(name);
2644 dns_name_getlabelsequence(name, 1, labels - 1, &suffix);
3615 unsigned int labels; local
3625 labels = dns_name_countlabels(name);
3626 dns_name_getlabelsequence(name, 1, labels - 1, &suffix);
3806 unsigned int labels; local
3810 &order, &labels);
4385 unsigned int labels; local
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dres.c190 labellist_t labels = NULL, l; local
307 * Split the name into a list of labels.
309 r = labellist_create(buffer, &labels);
316 for (l = labellist_tail(labels); l != NULL;
404 * Concat a list of labels to a name.
416 r = labellist_getnamelist(labels, buffer, buffer_length);
444 if (labels != NULL)
445 labellist_destroy(labels);
456 labellist_t labels = NULL, l; local
574 * Split the name into a list of labels
[all...]
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c2692 unsigned int labels = dns_name_countlabels(name); local
2693 dns_name_getlabelsequence(name, 1, labels - 1, name);
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c2475 * it here. Empty labels on nextname are within the span.
2851 unsigned int labels; local
2856 labels = dns_name_countlabels(gorigin);
2857 dns_name_getlabelsequence(gorigin, 0, labels - 1, &tname);
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c945 /* Calculate how many labels are in name. */
953 /* See how many labels are in the zone's name. */
957 * If # zone labels < # name labels, try to find an even better match
2857 unsigned int olabels, nlabels, labels; local
2947 labels = dns_name_countlabels(cname) - 1;
2951 if (labels == 0U)
2953 dns_name_split(cname, labels, NULL, cname);
2995 labels = dns_name_countlabels(cname) + 1;
2996 if (dns_name_countlabels(name) == labels)
3112 unsigned int labels; local
3682 unsigned int skip = 0, labels; local
[all...]

Completed in 110 milliseconds