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

  /src/external/mpl/bind/dist/lib/ns/include/ns/
server.h 90 ns_altsecretlist_t altsecrets; member in struct:ns_server
server.h 90 ns_altsecretlist_t altsecrets; member in struct:ns_server
  /src/external/mpl/bind/dist/bin/named/
server.c 8428 ns_altsecretlist_t altsecrets, tmpaltsecrets; local
8447 ISC_LIST_INIT(altsecrets);
9797 ISC_LIST_INITANDAPPEND(altsecrets, altsecret,
9826 * Swap altsecrets lists.
9828 tmpaltsecrets = server->sctx->altsecrets;
9829 server->sctx->altsecrets = altsecrets;
9830 altsecrets = tmpaltsecrets;
9902 while ((altsecret = ISC_LIST_HEAD(altsecrets)) != NULL) {
9903 ISC_LIST_UNLINK(altsecrets, altsecret, link)
    [all...]
server.c 8428 ns_altsecretlist_t altsecrets, tmpaltsecrets; local
8447 ISC_LIST_INIT(altsecrets);
9797 ISC_LIST_INITANDAPPEND(altsecrets, altsecret,
9826 * Swap altsecrets lists.
9828 tmpaltsecrets = server->sctx->altsecrets;
9829 server->sctx->altsecrets = altsecrets;
9830 altsecrets = tmpaltsecrets;
9902 while ((altsecret = ISC_LIST_HEAD(altsecrets)) != NULL) {
9903 ISC_LIST_UNLINK(altsecrets, altsecret, link)
    [all...]

Completed in 47 milliseconds