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

  /src/external/mpl/bind/dist/bin/delv/
delv.c 659 } anchortype; local
695 obj = cfg_tuple_get(key, "anchortype");
698 * "anchortype" is not defined, this must be a static-key
701 anchortype = STATIC_KEY;
705 anchortype = STATIC_KEY;
707 anchortype = STATIC_DS;
709 anchortype = INITIAL_KEY;
711 anchortype = INITIAL_DS;
734 switch (anchortype) {
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 4820 } anchortype; local
4916 atstr = cfg_obj_asstring(cfg_tuple_get(key, "anchortype"));
4920 anchortype = STATIC_DNSKEY;
4923 anchortype = STATIC_DS;
4925 anchortype = INIT_DNSKEY;
4927 anchortype = INIT_DS;
4943 anchortype = TRUSTED;
4946 switch (anchortype) {
5108 init = cfg_tuple_get(obj, "anchortype");
5166 init = cfg_tuple_get(obj, "anchortype");
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 745 } anchortype; local
768 atstr = cfg_obj_asstring(cfg_tuple_get(key, "anchortype"));
772 anchortype = STATIC_DNSKEY;
775 anchortype = STATIC_DS;
777 anchortype = INIT_DNSKEY;
779 anchortype = INIT_DS;
789 anchortype = TRUSTED;
800 switch (anchortype) {

Completed in 41 milliseconds