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

123

/freebsd-current/contrib/dialog/samples/copifuncs/
H A Dcopi.rcnews71 RMFILE=${MOST_LOGS}/expire.rm
72 if [ -s ${MOST_LOGS}/expire.rm ] ; then
73 ( echo "Removing articles from pre-downtime expire run." >/dev/console )
75 echo 'System shut down during expire. Unlinking articles listed in'
/freebsd-current/contrib/unbound/contrib/
H A Dunbound-querycachedb.py40 expire = struct.unpack('!Q', value[-8:])[0]
42 (now, timestamp, expire, max(expire - now, 0)))
/freebsd-current/share/examples/ypldap/
H A Dypldap.conf28 fixed attribute expire "0"
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c54 timer_signal_create(clockid_t cid, bool expire) argument
96 tim.it_value.tv_sec = expire ? 5 : 1;
104 if (expire) {
128 timer_thread_create(clockid_t cid, bool expire) argument
151 tim.it_value.tv_sec = expire ? 5 : 1;
158 if (expire) {
/freebsd-current/usr.sbin/rpc.umntall/
H A Drpc.umntall.c57 time_t expire, now; local
61 expire = 0;
70 expire = atoi(optarg);
90 if (expire == 0)
91 expire = 86400;
107 if (mtab->mtab_time + expire < now) {
262 "usage: rpc.umntall [-kv] [-e expire] [-h host] [-p path]");
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Devent.c115 if (tv_cmp(&now, &ev->expire) >= 0)
118 t = ev->expire;
190 if (tv_cmp(&now, &ev->expire) >= 0) {
227 gettimeofday(&ev->expire, NULL);
228 tv_add(&ev->expire, timeout);
H A Devent.h56 struct timeval expire; member in struct:event
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_restrict.c144 mprintf("restrict node at %p: %s/%s count %d, rflags %08x, mflags %04x, ippeerlimit %d, expire %lu, next %p\n",
146 res->ippeerlimit, res->expire, res->link);
351 if ( res->expire
352 && res->expire <= current_time)
380 if (res->expire &&
381 res->expire <= current_time)
606 u_long expire
662 match.expire = expire;
748 u_long expire /*
[all...]
H A Dntp_leapsec.c63 vint64 expire; /* table expiration time */ member in struct:leap_head
209 pt->head.expire = strtouv64(cp, &ep, 10);
212 pt->lsig.etime = pt->head.expire.D_s.lo;
262 ntpcal_ntp64_to_date(&ttb, &pt->head.expire);
486 msyslog(LOG_NOTICE, "%s ('%s'): loaded, expire=%s last=%s ofs=%d",
487 logPrefix, fname, lstostr(&pt->head.expire),
491 "%s ('%s'): loaded, expire=%s ofs=%d (no entries after build date)",
492 logPrefix, fname, lstostr(&pt->head.expire),
585 return ucmpv64(&limit, &pt->head.expire) >= 0;
599 limit = subv64(&pt->head.expire,
[all...]
/freebsd-current/contrib/netbsd-tests/net/route/
H A Dt_change.sh129 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
148 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
196 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
215 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
263 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
282 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
H A Dt_route.sh236 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
240 # XXX: omit the last line because expire is unstable on rump kernel.
252 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
268 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
286 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
311 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
326 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
342 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
360 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
/freebsd-current/usr.bin/netstat/
H A Dcommon.h55 int expire; member in struct:_wid
/freebsd-current/sbin/pfctl/
H A Dpf_print_state.c351 u_int32_t expire = s->expire; local
358 sec = expire % 60;
359 expire /= 60;
360 min = expire % 60;
361 expire /= 60;
362 printf(", expires in %.2u:%.2u:%.2u", expire, min, sec);
/freebsd-current/contrib/tcpdump/
H A Dprint-pfsync.c440 uint32_t expire = ntohl(s->pfs_1301.expire); local
447 sec = expire % 60;
448 expire /= 60;
449 min = expire % 60;
450 expire /= 60;
451 ND_PRINT(", expires in %.2u:%.2u:%.2u", expire, min, sec);
/freebsd-current/sys/netinet/
H A Dtcp_hostcache.c132 int expire; member in struct:tcp_hostcache
182 SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, expire, CTLFLAG_VNET | CTLFLAG_RW,
183 &VNET_NAME(tcp_hostcache.expire), 0,
235 V_tcp_hostcache.expire = TCP_HOSTCACHE_EXPIRE;
356 V_tcp_hostcache.expire)
358 V_tcp_hostcache.expire);
472 V_tcp_hostcache.expire)
474 V_tcp_hostcache.expire);
538 hc_entry->rmx_expire = V_tcp_hostcache.expire;
/freebsd-current/usr.sbin/rtsold/
H A Drtsold.c564 if (TS_CMP(&ifi->expire, &now, <=)) {
656 int expire = 0; local
663 "type=%d, msg=%s, expire=%s",
676 expire = 1;
680 if (expire)
683 if (TS_CMP(&ifi->expire, &rtsol_timer, <))
684 rtsol_timer = ifi->expire;
760 ifi->expire = tm_max;
765 TS_ADD(&now, &ifi->timer, &ifi->expire);
H A Ddump.c98 fprintf(fp, " timer: interval=%d:%d, expire=%s\n",
101 (ifi->expire.tv_sec < now.tv_sec) ? "expired"
102 : sec2str(&ifi->expire));
114 fprintf(fp, "RDNSS: %s (expire: %s)\n",
119 fprintf(fp, "DNSSL: %s (expire: %s)\n",
H A Drtsold.h81 struct timespec expire; member in struct:ifinfo
/freebsd-current/sys/netinet6/
H A Dnd6.h115 int expire; /* lifetime for NDP state transition */ member in struct:in6_nbrinfo
123 u_long expire; member in struct:in6_defrouter
134 time_t expire; member in struct:in6_prefix
200 u_long expire; member in struct:nd_defrouter
/freebsd-current/sys/netinet/libalias/
H A Dalias_db.c428 TAILQ_FOREACH_SAFE(lnk, &la->checkExpire, expire.list, lnk_tmp)
439 if (LibAliasTime - (*lnk)->timestamp > (*lnk)->expire.time) {
446 TAILQ_REMOVE(&la->checkExpire, (*lnk), expire.list);
447 TAILQ_INSERT_TAIL(&la->checkExpire, (*lnk), expire.list);
512 TAILQ_REMOVE(&la->checkExpire, lnk, expire.list);
599 lnk->expire.time = ICMP_EXPIRE_TIME;
602 lnk->expire.time = UDP_EXPIRE_TIME;
605 lnk->expire.time = TCP_EXPIRE_INITIAL;
608 lnk->expire.time = FRAGMENT_ID_EXPIRE_TIME;
611 lnk->expire
1697 SetExpire(struct alias_link *lnk, int expire) argument
[all...]
H A Dalias_db.h159 /* TCP link expire time for different cases */
303 } expire; member in struct:alias_link
/freebsd-current/sys/net/
H A Dif_pfsync.h166 u_int32_t expire; member in struct:pfsync_upd_c
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c145 uint32_t expire; /* expire time */ member in struct:dyn_data
166 uint32_t expire; /* expire time */ member in struct:dyn_parent
932 uint32_t ack, expire; local
936 expire = data->expire;
942 expire = time_uptime + V_dyn_syn_lifetime;
968 * Set expire time to V_dyn_ack_lifetime only if
973 expire
1007 uint32_t expire; local
[all...]
/freebsd-current/usr.sbin/ndp/
H A Dndp.c625 time_t expire; local
755 expire = rtm->rtm_rmx.rmx_expire;
756 int expire_in = expire - now.tv_sec;
757 if (expire > now.tv_sec)
759 else if (expire == 0)
1235 if (p->expire == 0)
1236 xo_emit(", expire=Never\n{en:permanent/true}");
1238 xo_emit("{d:/, expire=%s\n}{e:expires_sec/%ld}",
1239 sec2str(p->expire - now.tv_sec),
1240 (long)p->expire
[all...]
H A Dndp_netlink.c260 time_t expire = (time_t)neigh->ndaf_next_ts; local
261 int expire_in = expire - now.tv_sec;
262 if (expire > now.tv_sec)
264 else if (expire == 0)

Completed in 309 milliseconds

123