HomeSort by: relevance | last modified time | path
    Searched refs:expire (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/usr.sbin/rtadvd/
timer.h 40 struct rtadvd_timer *(*expire) (void *); /* expiration function */ member in struct:rtadvd_timer
timer.c 76 newtimer->expire = timeout;
118 * call the expire function for the timer and update the timer.
135 if ((*tm->expire)(tm->expire_data) == NULL)
  /src/sys/compat/netinet6/
nd6.h 83 u_long expire; member in struct:in6_drlist::__anon7a8102080208
97 u_long expire; member in struct:in6_oprlist::__anon7a8102080308
113 time_t expire; member in struct:in6_prlist::__anon7a8102080408
  /src/sys/arch/luna68k/dev/
psgpam_enc.h 36 int expire; /* min expire counter */ member in struct:psgpam_codecvar
37 int expire_initial; /* expire initial (as 10Hz) */
psgpam_enc.c 60 ctx->expire = ctx->expire_initial;
77 if (--ctx->expire < 0) {
79 ctx->expire = ctx->expire_initial;
  /src/sbin/route/
keywords.sh 19 expire
  /src/dist/pf/sbin/pfctl/
pf_print_state.c 276 sec = s->expire % 60;
277 s->expire /= 60;
278 min = s->expire % 60;
279 s->expire /= 60;
280 printf(", expires in %.2u:%.2u:%.2u", s->expire, min, sec);
  /src/tests/net/route/
t_change.sh 136 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
155 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
203 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
222 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
270 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
289 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
t_route.sh 238 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
242 # XXX: omit the last line because expire is unstable on rump kernel.
254 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
270 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
288 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
313 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
328 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
344 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
362 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
  /src/usr.sbin/pf/pfs/
token.l 67 expire { return EXPIRE;}
parse.y 84 %token ID CID EXPIRE TIMEOUT
100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer {
175 expire label
176 : EXPIRE NUMBER {
178 yyfatal("expire time is too big");
179 global_state.expire = (uint32_t) $2;
  /src/sys/ufs/lfs/
ulfs_quota2_subr.c 115 time_t expire, time_t now)
124 if (now > expire) {
  /src/sys/ufs/ufs/
quota2_subr.c 113 time_t expire, time_t now)
122 if (now > expire) {
  /src/usr.sbin/npf/npftest/libnpftest/
npf_gc_test.c 49 enqueue_connection(unsigned i, bool expire)
57 if (expire) {
  /src/sys/dev/dm/
dm_target_delay.c 51 int expire; member in struct:dm_delay_buf
304 dp->expire = tick + di->delay;
340 if (submit_all || tick > dp->expire) {
348 next = dp->expire;
350 next = lmin(next, dp->expire);
  /src/etc/
daily 135 if checkyesno expire_news && [ -f /etc/news.expire ]; then
136 /etc/news.expire
  /src/sys/dist/pf/net/
if_pfsync.c 322 st->expire = ntohl(sp->expire) + time_second;
603 st->expire = ntohl(sp->expire) + time_second;
730 st->expire = ntohl(up->expire) + time_second;
1248 if (st->expire <= secs)
1249 sp->expire = htonl(0);
1251 sp->expire = htonl(st->expire - secs)
    [all...]
if_pfsync.h 52 u_int32_t expire; member in struct:pfsync_state_upd
pf_ioctl.c 410 node->expire = 1;
1122 sp->expire = pf_state_expires(s);
1132 if (sp->expire > secs)
1133 sp->expire -= secs;
1135 sp->expire = 0;
1166 s->expire = time_second;
1168 if (sp->expire > 0)
1169 s->expire -= pf_default_rule.timeout[sp->timeout] - sp->expire;
3129 if (pstore->expire > secs
    [all...]
  /src/sys/netinet6/
nd6.h 89 int expire; /* lifetime for NDP state transition */ member in struct:in6_nbrinfo
  /src/sys/netinet/
tcp_vtw.c 52 * expire more quickly when MSLT is used.
414 return vtw->hashed && vtw->expire.tv_sec;
559 * (eventually) expire. Older entries will be further
693 vtw->expire.tv_sec = 0;
694 vtw->expire.tv_usec = ~0;
1424 if (vtw->hashed || vtw->expire.tv_sec) {
1426 * we must wait for it to expire it.
1434 , vtw->expire.tv_sec
1435 , vtw->expire.tv_usec
1464 getmicrouptime(&vtw->expire);
    [all...]
tcp_vtw.h 113 * expire, the corresponding slot in the fat pointer will be
205 struct timeval expire; /* date of birth+msl */ member in struct:vtw_common
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 205 p->expire = s32p->expire;
218 p->expire = s32p->expire;
765 s32p->expire = p->expire;
778 s32p->expire = p->expire;
  /src/usr.bin/netstat/
inet.c 204 timersub(&vtw->expire, &now, &delta);
206 if (vtw->expire.tv_sec == 0 && vtw->expire.tv_usec == -1) {
212 } else if (vtw->expire.tv_sec == 0)
228 TCPS_TIME_WAIT, "tcp", 0, &vtw->expire);
inet6.c 257 timersub(&vtw->expire, &now, &delta);
259 if (vtw->expire.tv_sec == 0 && vtw->expire.tv_usec == -1) {
265 } else if (vtw->expire.tv_sec == 0)
281 TCPS_TIME_WAIT, "tcp6", &vtw->expire);

Completed in 25 milliseconds

1 2