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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h103 int expire; /* lifetime for NDP state transition */ member in struct:in6_nbrinfo
114 u_long expire; member in struct:in6_drlist::__anon332
123 u_long expire; member in struct:in6_defrouter
136 u_long expire; member in struct:in6_prlist::__anon333
150 u_long expire; member in struct:in6_prefix
233 u_long expire; member in struct:nd_defrouter
H A Dnd6.c406 * ND6 timer routine to expire default route list and prefix list
564 /* expire default router list */
568 if (dr->expire && dr->expire < timenow.tv_sec) {
579 * expire interface addresses.
663 /* expire prefix list */
1460 drl->defrouter[i].expire = dr->expire;
1490 prl->prefix[i].expire = pr->ndpr_expire;
1532 prl->prefix[i].expire
[all...]
H A Dnd6_rtr.c299 dr0.expire = timenow.tv_sec + dr0.rtlifetime;
782 dr->expire = new->expire;
1297 if (lt6_tmp.ia6t_expire == 0 || /* no expire */
1303 if (lt6_tmp.ia6t_preferred == 0 || /* no expire */
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.c817 /* do not expire more than once per second, it is useless */
852 !TIME_LEQ( q->expire, timenow.tv_sec ))
899 if (TIME_LEQ( q->expire, timenow.tv_sec)) { /* expire entry */
949 q->expire = timenow.tv_sec + dyn_syn_lifetime;
972 q->expire = timenow.tv_sec + dyn_ack_lifetime;
978 q->expire = timenow.tv_sec + dyn_fin_lifetime;
992 q->expire = timenow.tv_sec + dyn_rst_lifetime;
996 q->expire = timenow.tv_sec + dyn_udp_lifetime;
999 q->expire
[all...]
H A Dip_fw.h192 u_int32_t expire ; /* expire time */ member in struct:ipfw_dyn_rule
H A Dip_fw2.h400 u_int32_t expire; /* expire time */ member in struct:_ipfw_dyn_rule
H A Dip_fw2_compat.h125 u_int32_t expire ; /* expire time */ member in struct:ipfw_dyn_rule_compat
H A Dip_dummynet.c122 static int pipe_expire = 1 ; /* expire queue if empty */
166 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, expire,
807 /* sweep pipes trying to expire idle flow_queues */
870 * Unconditionally expire empty queues in case of shortage.
890 } else { /* entry is idle, expire it */
976 /* entry is idle and not in any heap, expire it */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c109 * timers when they expire.
280 * way they are specified externally: in time until they expire.
537 goto expire;
549 expire:

Completed in 44 milliseconds