Searched refs:expire (Results 1 - 25 of 76) sorted by relevance

1234

/openbsd-current/libexec/spamd/
H A Dgrey.h34 int32_t expire; /* when will we get rid of this entry */ member in struct:ogdata
42 int64_t expire; /* when will we get rid of this entry */ member in struct:gdata
H A Dgdcopy.c39 gd->expire = ogd.expire;
H A Dsync.c253 u_int32_t expire; local
333 expire = ntohl(sd->sd_expire);
344 inet_ntoa(addr.sin_addr), expire);
354 expire = ntohl(sd->sd_expire);
365 inet_ntoa(addr.sin_addr), expire);
520 sync_addr(time_t now, time_t expire, char *ip, u_int16_t type) argument
557 sd.sd_expire = htonl(expire);
585 sync_white(time_t now, time_t expire, char *ip) argument
587 sync_addr(now, expire, ip, SPAM_SYNC_WHITE);
591 sync_trapped(time_t now, time_t expire, cha argument
[all...]
H A Dgrey.c532 /* walk db, expire, and whitelist */
558 if (gd.expire <= now && gd.pcount != -2) {
595 gd.expire = now + whiteexp;
672 time_t now, expire; local
677 expire = strtonum(expires, now,
679 if (expire == 0)
706 gd.expire = expire;
767 time_t now, expire; local
785 expire
[all...]
/openbsd-current/usr.sbin/sasyncd/
H A Dtimer.c50 struct timespec expire; member in struct:event
77 if (timespeccmp(&now, &e->expire, >=))
80 timespecsub(&e->expire, &now, ts);
98 for (e = TAILQ_FIRST(&events); e && timespeccmp(&now, &e->expire, >=);
130 timespecadd(&now, &tmp, &new->expire);
137 if (timespeccmp(&new->expire, &e->expire, >=))
/openbsd-current/lib/libutil/
H A Dcheck_expire.c62 quad_t dead, expire, warn; local
78 expire = auth_check_change(as);
81 if (expire != 0) {
82 fprintf(back, BI_VALUE " expire %qd\n", expire);
108 if (expire < -dead) {
114 if (expire < 0) {
150 * If their password is not expired but is about to expire
153 if (expire <= warn) {
/openbsd-current/usr.bin/dig/lib/dns/include/dns/
H A Dtsig.h58 time_t expire; /*%< end of validity period */ member in struct:dns_tsigkey
72 time_t expire,
79 time_t expire,
84 * period is specified by (inception, expire), and will not expire if
85 * inception == expire. If the key was generated, the creating identity,
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D40_abs_cache.t18 # * expire()
44 insert update rekey expire ckeys bytes
63 push @R, $h->expire;
72 my $n = $h->expire;
86 push @R, $h->expire;
108 push @R, $n while defined ($n = $h->expire);
127 push @R, $n while defined ($n = $h->expire);
148 push @R, $n while defined ($n = $h->expire);
175 push @R, $n while defined ($n = $h->expire);
258 $n = $h->expire;
[all...]
/openbsd-current/usr.sbin/spamdb/
H A Dspamdb.c115 gd.expire = now + WHITEEXP;
118 gd.expire = now + TRAPEXP;
122 gd.expire = 0;
156 gd.expire = now + WHITEEXP;
159 gd.expire = now + TRAPEXP;
163 gd.expire = 0; /* XXX */
209 (long long)gd.expire);
217 (long long)gd.expire, gd.bcount,
243 (long long)gd.pass, (long long)gd.expire,
251 (long long)gd.pass, (long long)gd.expire,
[all...]
/openbsd-current/gnu/llvm/llvm/bindings/python/llvm/
H A Dobject.py37 objects that "expire" but are still active from a dynamic language.
143 last.expire()
146 last.expire()
171 last.expire()
174 last.expire()
263 last.expire()
266 last.expire()
282 def expire(self): member in class:Section
332 The returned Section instance does not expire, unlike Sections that are
349 def expire(sel member in class:Symbol
413 def expire(self): member in class:Relocation
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dxfrd.h148 uint32_t expire; member in struct:xfrd_soa
328 * return expire period
332 within_expire_bounds(xfrd_zone_type* zone, time_t expire) argument
336 return (time_t)zone->zone_options->pattern->min_expire_time > expire
337 ? (time_t)zone->zone_options->pattern->min_expire_time : expire;
340 return bound_soa_disk_refresh(zone) + bound_soa_disk_retry(zone) + 1 > expire
341 ? bound_soa_disk_refresh(zone) + bound_soa_disk_retry(zone) + 1 : expire;
343 return expire;
347 /* return the zone's expire period (from the on disk stored SOA) */
351 return within_expire_bounds(zone, ntohl(zone->soa_disk.expire));
[all...]
H A Dxfrd-disk.c128 !xfrd_read_i32(in, &soa->expire) ||
137 soa->expire = htonl(soa->expire);
303 > ntohl(soa_disk_read.expire))
439 fprintf(out, " %u", (unsigned)ntohl(soa->expire));
444 neato_timeout(out, " expire =", ntohl(soa->expire));
/openbsd-current/etc/examples/
H A Dhostapd.conf64 with frame type management subtype deauth reason auth expire \
73 # with frame type management subtype deauth reason auth expire \
H A Dypldap.conf30 fixed attribute expire "0"
/openbsd-current/sbin/route/
H A Dkeywords.sh24 expire
/openbsd-current/usr.sbin/smtpd/
H A Dunpack_dns.h72 uint32_t expire; member in struct:dns_rr::__anon16::__anon21
H A Dscheduler_ramqueue.c58 time_t expire; member in struct:rq_envelope
219 envelope->expire = si->creation + si->ttl;
574 if (evp->sched < evp->expire)
577 t = evp->expire;
882 if (evp->sched > currtime && evp->expire > currtime)
892 if (evp->expire <= currtime) {
1107 (void)snprintf(t, sizeof t, ",expire=%s",
1108 duration_to_text(e->expire - currtime));
1179 ref1 = (e1->sched < e1->expire) ? e1->sched : e1->expire;
[all...]
/openbsd-current/sys/netinet6/
H A Dnd6.c250 time_t expire = getuptime() + secs; local
255 ln->ln_rt->rt_expire = expire;
256 if (!timeout_pending(&nd6_timer_to) || expire < nd6_timer_next) {
257 nd6_timer_next = expire;
266 time_t uptime, expire; local
272 expire = uptime + nd6_gctimer;
282 if (rt->rt_expire && rt->rt_expire < expire)
283 expire = rt->rt_expire;
286 secs = expire - uptime;
829 * and ln expire shoul
981 time_t expire; local
[all...]
H A Dnd6.h62 time_t expire; /* lifetime for NDP state transition */ member in struct:in6_nbrinfo
H A Din6.c460 time_t expire, maxexpire; local
472 expire = ia6->ia6_updatetime +
474 if (expire != 0) {
475 expire -= getuptime();
476 expire += gettime();
478 retlt->ia6t_expire = expire;
483 time_t expire, maxexpire; local
495 expire = ia6->ia6_updatetime +
497 if (expire != 0) {
498 expire
[all...]
/openbsd-current/sbin/pfctl/
H A Dpf_print_state.c316 u_int32_t expire = ntohl(s->expire); local
323 sec = expire % 60;
324 expire /= 60;
325 min = expire % 60;
326 expire /= 60;
327 printf(", expires in %.2u:%.2u:%.2u", expire, min, sec);
/openbsd-current/usr.sbin/tcpdump/
H A Dpf_print_state.c284 u_int32_t expire = ntohl(s->expire); local
291 sec = expire % 60;
292 expire /= 60;
293 min = expire % 60;
294 expire /= 60;
295 printf(", expires in %.2u:%.2u:%.2u", expire, min, sec);
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dpwent.pm69 expire => '$', # pwent[9]
170 $pw_expire = $pwob->expire ( $_[9] ) if pw_has("expire");
214 if (pw_has(qw[gecos expire quota])) { .... }
226 C<class>, C<gecos>, C<dir>, C<shell>, and C<expire>. The C<passwd>,
248 C<comment> or C<class>. Some machines do not support C<expire>,
/openbsd-current/regress/lib/libc/asr/bin/
H A Dcommon.h117 uint32_t expire; member in struct:rr::__anon3744::__anon3749
/openbsd-current/usr.sbin/dvmrpctl/
H A Ddvmrpctl.c548 rt->expire == 0 ? "00:00:00" :
549 fmt_timeframe_core(rt->expire));
608 mfc->expire == 0 ? "-" : fmt_timeframe_core(mfc->expire));

Completed in 207 milliseconds

1234