Home
last modified time | relevance | path

Searched refs:ONE_DAY (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dlmaccess.d153 enum ONE_DAY=86400; variable
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h1590 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */ macro
1591 #define FIVE_DAYS (5 * ONE_DAY)
H A Dip_state.c191 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */ macro
192 #define FIVE_DAYS (5 * ONE_DAY)
2327 clone->is_die = ONE_DAY + softc->ipf_ticks; in ipf_state_clone()