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

  /src/external/bsd/ipf/dist/tools/
lexer.c 183 int c, n, isbuilding, rval, lnext, nokey = 0; local
206 nokey = 0;
223 nokey = 0;
235 nokey = 1;
542 printf("isbuilding %d yyvarnext %d nokey %d fixed %d addr %d\n",
543 isbuilding, yyvarnext, nokey, yydictfixed, yyexpectaddr);
550 if ((yyvarnext == 0) && (nokey == 0)) {
  /src/external/bsd/unbound/dist/validator/
val_anchor.c 994 size_t nods, nokey; local
1012 nokey = anchors_dnskey_unsupported(ta);
1018 if(nokey) {
1023 if(nods == ta->numDS && nokey == ta->numDNSKEY) {
  /src/external/bsd/nsd/dist/
options.h 433 uint8_t nokey; member in struct:acl_options

Completed in 40 milliseconds