Searched refs:maxtype (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dgen.c174 static int maxtype = -1; variable
370 if (maxtype < type)
371 maxtype = type;
681 #define PRINT_COMMA(x) (x == maxtype ? "" : ",")
732 for (i = 0; i <= maxtype; i++) {
750 for (j = 0; j <= maxtype; j++) {
768 for (i = 0; i <= maxtype; i++) {
779 for (i = 0; i <= maxtype; i++) {
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.c745 unsigned char types[8192], unsigned int maxtype,
781 len = dns_nsec_compressbitmap(cbm, types, maxtype);
962 unsigned char types[8192], unsigned int maxtype)
1019 types, maxtype, rawhash, rhsize);
1034 unsigned char types[8192], unsigned int maxtype)
1045 delegation, empty, types, maxtype);
1140 unsigned int maxtype = 0; local
1166 if (rdataset.type > maxtype)
1167 maxtype = rdataset.type;
1191 types, maxtype);
743 match_nsec3(dns_name_t *name, isc_mem_t *mctx, dns_rdata_nsec3param_t *nsec3param, dns_rdataset_t *rdataset, unsigned char types[8192], unsigned int maxtype, unsigned char *rawhash, size_t rhsize) argument
959 verifynsec3(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *origin, isc_mem_t *mctx, dns_name_t *name, dns_rdata_t *rdata, isc_boolean_t delegation, isc_boolean_t empty, unsigned char types[8192], unsigned int maxtype) argument
1031 verifynsec3s(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *origin, isc_mem_t *mctx, dns_name_t *name, dns_rdataset_t *nsec3paramset, isc_boolean_t delegation, isc_boolean_t empty, unsigned char types[8192], unsigned int maxtype) argument
[all...]
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_mkupdate.c594 int maxtype; local
604 maxtype = 0;
615 if (nxt_type > maxtype)
616 maxtype = nxt_type;
618 n = maxtype/NS_NXT_BITS+1;

Completed in 118 milliseconds