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

  /src/sys/dist/pf/net/
if_pfsync.c 370 int iplen, action, error, i, s, count, offp, sfail, stale = 0; local
583 printf("pfsync: %s stale update "
594 if (sc->sc_mbuf != NULL && !stale)
596 stale++;
609 if (stale && sc->sc_mbuf != NULL)
711 printf("pfsync: ignoring stale update "
719 if ((!stale || update_requested) &&
724 stale++;
736 if ((update_requested || stale) && sc->sc_mbuf)
937 /* Don't keep stale pfsync packets around. *
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 92 #define STALE(header) \
326 dns_ttl_t stale = header->ttl + local
329 * If this data is in the stale window keep it and if
337 stale > search->now)
360 * refresh failure time + 'stale-refresh-time',
361 * then don't skip this stale entry but use it
372 * We want stale RRset due to timeout, so we
381 * This rdataset is stale. If no one else is using the
396 * rdatasets are probably stale, too.
405 * which case we need to purge the stale
    [all...]
rbtdb.c 81 #define STALE(header) \
307 if (STALE(header)) {
889 * If current is nonexistent, ancient, or stale and
890 * we are not keeping stale, we can clean it up.
893 (STALE(current) && !KEEPSTALE(rbtdb)))
1982 * sure that stale nodes will be removed in
2121 bool stale = STALE(header); local
2141 * Mark header stale or ancient if the RRset is no longer active.
2146 * If this data is in the stale window keep it and i
    [all...]
qpcache.c 78 #define STALE(header) \
221 * Temporary storage for stale cache nodes and dynamically
284 * The time after a failed lookup, where stale answers from cache
610 * If current is nonexistent, ancient, or stale and
611 * we are not keeping stale, we can clean it up.
614 (STALE(current) && !KEEPSTALE(qpdb)))
905 if (STALE(header)) {
1055 bool stale = STALE(header); local
1075 * Mark header stale or ancient if the RRset is no longer active
1212 dns_ttl_t stale = header->ttl + STALE_TTL(header, search->qpdb); local
    [all...]
  /src/sbin/sysctl/
sysctl.c 265 int req, stale, errs; variable
356 stale = req = 0;
892 if (stale) {
894 stale = 0;
1467 stale = 1;
1511 stale = 1;
  /src/crypto/external/bsd/libsaslc/dist/src/
mech_digestmd5.c 163 bool stale; member in struct:__anon965
1567 { "stale", CHALLENGE_STALE },
1601 /* 1#( realm | nonce | qop-options | stale | server_maxbuf | */
1695 /* stale = "stale" "=" "true" */
1701 if (cdata->stale) {
1703 "multiple stale in challenge");
1708 "stale must be true");
1711 cdata->stale = true;
  /src/external/mpl/bind/dist/bin/named/
statschannel.c 364 "attempts to use stale cache data after lookup failure",
367 "successful uses of stale cache data after lookup "
1016 bool stale = false; local
1042 stale = rdatastatstype_attr(type, DNS_RDATASTATSTYPE_ATTR_STALE);
1049 stale ? "#" : "", nxrrset ? "!" : "", typestr);
1059 stale ? "#" : "", nxrrset ? "!" : "", typestr));
1073 stale ? "#" : "", nxrrset ? "!" : "", typestr);
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c 4407 /* Remove stale persistent group */
4410 "P2P: Remove stale persistent group id=%d",
4481 struct wpa_ssid *persistent_go, *stale, *s = NULL; local
4556 /* Clean up stale persistent groups with this device */
4569 stale = wpas_p2p_get_persistent(wpa_s, dev, NULL, 0);
4570 if (!stale)
4573 if (s && s->ssid_len == stale->ssid_len &&
4574 ether_addr_equal(stale->bssid, s->bssid) &&
4575 os_memcmp(stale->ssid, s->ssid, s->ssid_len) == 0)
4578 /* Remove stale persistent group *
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 266 /*%< May be potentially served as stale data. */
308 #define STALE(header) \
501 * Maximum length of time to keep using a stale answer past its
507 * The time after a failed lookup, where stale answers from cache
521 * Temporary storage for stale cache nodes and dynamically deleted
929 if (STALE(header)) {
1623 * If the STALE attribute is set, this will decrement the
1624 * stale type counter, otherwise it decrements the active
1642 * If we are already stale there is nothing to do.
1654 * unlikely that an RRset goes from ANCIENT to STALE), thi
3150 bool stale = STALE(header); local
4633 dns_ttl_t stale = header->rdh_ttl + local
    [all...]

Completed in 44 milliseconds