Searched refs:pf_time_second (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_norm.c309 u_int32_t expire = pf_time_second() -
457 frag->fr_timeout = pf_time_second();
540 (*frag)->fr_timeout = pf_time_second();
740 (*frag)->fr_timeout = pf_time_second();
1046 (*frag)->fr_timeout = pf_time_second();
1270 (*frag)->fr_timeout = pf_time_second();
2479 pf_time_second() - state->creation > TS_MAX_CONN)) {
H A Dpf.c1192 threshold->last = pf_time_second();
1198 u_int32_t t = pf_time_second(), diff = t - threshold->last;
1364 (*sn)->creation = pf_time_second();
1569 return (pf_time_second());
1590 return (pf_time_second());
1605 if (cur->states <= 0 && cur->expire <= pf_time_second()) {
1637 s->src_node->expire = pf_time_second() + t;
1646 s->nat_src_node->expire = pf_time_second() + t;
1737 } else if (pf_state_expires(cur) <= pf_time_second()) {
4933 s->creation = pf_time_second();
9298 pf_time_second(void) function
[all...]
H A Dpf_ioctl.c1415 uint64_t secs = pf_time_second();
1495 s->creation = pf_time_second();
1496 s->expire = pf_time_second();
1576 pf_status.stateid = pf_time_second();
4658 uint64_t secs = pf_time_second(), diff;
H A Dpfvar.h125 __private_extern__ u_int64_t pf_time_second(void);

Completed in 193 milliseconds