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

  /src/external/mpl/bind/dist/bin/tests/system/metadata/
setup.sh 34 inact=$($KEYGEN -q -a ${DEFAULT_ALGORITHM} -P now-24h -A now-24h -I now $czone)
35 echo $inact >inact.key
tests.sh 26 inact=$(keyfile_to_key_id "$(cat inact.key)")
80 grep " $inact"'$' sigs >/dev/null && ret=1
  /src/external/mpl/bind/dist/bin/tests/system/autosign/ns1/
keygen.sh 48 echo $zskinact >../inact.key
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-settime.c 209 isc_stdtime_t pub = 0, act = 0, rev = 0, inact = 0, del = 0; local
357 inact = strtotime(isc_commandline_argument, now, now,
720 if ((setdel && setinact && del < inact) ||
725 setinact && !setdel && !unsetdel && prevdel < inact) ||
789 dst_key_settime(key, DST_TIME_INACTIVE, inact);
dnssec-ksr.c 397 isc_stdtime_t act = 0, inact = 0; local
403 (void)dst_key_gettime(dk->key, DST_TIME_INACTIVE, &inact);
415 if (inact > 0 && inception >= inact) {
426 *expiration = inact;
695 isc_stdtime_t pub = 0, act = 0, inact = 0, del = 0; local
700 (void)dst_key_gettime(dk->key, DST_TIME_INACTIVE, &inact);
704 next_bundle = between(inact, inception, next_bundle);
710 if (inact != 0 && inception >= inact) {
    [all...]
  /src/sys/net80211/
ieee80211_node.c 103 int inact, int keyixmax,
2175 printf("\tfails %u inact %u txrate %u\n",
2509 const char *name, int inact, int keyixmax,
2514 "%s %s table, inact %u\n", __func__, name, inact);
2523 nt->nt_inact_init = inact;

Completed in 35 milliseconds