HomeSort by: relevance | last modified time | path
    Searched defs:tag_max (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/include/dns/
kasp.h 65 uint16_t tag_max; member in struct:dns_kasp_key
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-keyfromlabel.c 48 static uint16_t tag_min = 0, tag_max = 0xffff; variable
222 tag_max = ul = strtoul(endp + 1, &endp, 10);
223 if (*endp != '\0' || ul > 0xffff || tag_max <= tag_min)
719 if (key_collision(key, name, directory, mctx, tag_min, tag_max, &exact))
dnssec-keygen.c 97 uint16_t tag_max; member in struct:keygen_ctx
781 ctx->tag_max, NULL))
989 ctx.tag_max = ul = strtoul(endp + 1, &endp, 10);
991 ctx.tag_max <= ctx.tag_min)
1268 ctx.tag_max = 0xffff;
1318 ctx.tag_max = dns_kasp_key_tagmax(kaspkey);
  /src/external/mpl/bind/dist/lib/isccfg/
kaspconf.c 351 uint32_t tag_min = 0, tag_max = 0xffff; local
364 tag_max = cfg_obj_asuint32(obj);
365 if (tag_max > 0xffff) {
374 if (tag_min >= tag_max) {
378 "tag_max");
384 key->tag_max = tag_max;

Completed in 55 milliseconds