Searched refs:exptime (Results 1 – 9 of 9) sorted by relevance
| /freebsd/usr.sbin/gssd/ |
| H A D | gssd.c | 1449 time_t exptime, oexptime; in find_ccache_file() local 1474 &exptime) != 0) { in find_ccache_file() 1476 (rating == orating && exptime > oexptime)) { in find_ccache_file() 1478 oexptime = exptime; in find_ccache_file() 1516 time_t exptime; in is_a_valid_tgt_cache() local 1536 exptime = 0; in is_a_valid_tgt_cache() 1589 exptime = krbcred.times.endtime; in is_a_valid_tgt_cache() 1591 krbcred.times.endtime > exptime) in is_a_valid_tgt_cache() 1592 exptime = krbcred.times.endtime; in is_a_valid_tgt_cache() 1603 *retexptime = exptime; in is_a_valid_tgt_cache()
|
| /freebsd/lib/libc/resolv/ |
| H A D | res_mkupdate.c | 465 u_int32_t exptime, timesigned; in res_nmkupdate() local 491 exptime = ns_datetosecs(buf2, &dateerror); in res_nmkupdate() 510 exptime = ns_datetosecs(buf2, &dateerror); in res_nmkupdate() 516 PUTLONG(exptime, cp); in res_nmkupdate()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.h | 297 time_t exptime; member
|
| H A D | libpfctl.c | 1714 { .type = PF_RT_EXPTIME, .off = _OUT(r.exptime), .cb = snl_attr_get_time_t },
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.c | 1360 if (r->exptime != 0) in print_rule() 1361 printf(" %s", ctime(&r->exptime)); in print_rule()
|
| H A D | pfctl.c | 1213 (long long)(time(NULL) - rule->exptime)); in pfctl_print_rule_counters()
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 919 time_t exptime; member
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.c | 1009 nlattr_add_time_t(nw, PF_RT_EXPTIME, time_second - (time_uptime - rule->exptime)); in nlattr_add_rule()
|
| H A D | pf.c | 6235 r->exptime = time_uptime; in pf_match_rule()
|