HomeSort by: relevance | last modified time | path
    Searched refs:DST_KEY_STATE_UNRETENTIVE (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
dst.h 66 * DST_KEY_STATE_UNRETENTIVE: Records of this type have been removed from the
79 DST_KEY_STATE_UNRETENTIVE = 3,
  /src/external/mpl/bind/dist/lib/dns/include/dst/
dst.h 65 * DST_KEY_STATE_UNRETENTIVE: Records of this type have been removed from the
78 DST_KEY_STATE_UNRETENTIVE = 3,
  /src/external/mpl/bind/dist/lib/dns/
dnssec.c 711 return state == DST_KEY_STATE_UNRETENTIVE ||
dst_api.c 2665 state_ok = ((state == DST_KEY_STATE_UNRETENTIVE) ||
keymgr.c 71 #define UNRETENTIVE DST_KEY_STATE_UNRETENTIVE
zone.c 21268 } else if (ds_state == DST_KEY_STATE_UNRETENTIVE &&
22179 } else if (ds_state == DST_KEY_STATE_UNRETENTIVE &&
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnssec.c 751 return (state == DST_KEY_STATE_UNRETENTIVE ||
dst_api.c 2729 state_ok = ((state == DST_KEY_STATE_UNRETENTIVE) ||
keymgr.c 64 #define UNRETENTIVE DST_KEY_STATE_UNRETENTIVE
zone.c 20912 } else if (ds_state == DST_KEY_STATE_UNRETENTIVE &&
21388 } else if (ds_state == DST_KEY_STATE_UNRETENTIVE &&

Completed in 75 milliseconds