Home
last modified time | relevance | path

Searched refs:exptime (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/gssd/
H A Dgssd.c1449 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 Dres_mkupdate.c465 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 Dlibpfctl.h297 time_t exptime; member
H A Dlibpfctl.c1714 { .type = PF_RT_EXPTIME, .off = _OUT(r.exptime), .cb = snl_attr_get_time_t },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c1360 if (r->exptime != 0) in print_rule()
1361 printf(" %s", ctime(&r->exptime)); in print_rule()
H A Dpfctl.c1213 (long long)(time(NULL) - rule->exptime)); in pfctl_print_rule_counters()
/freebsd/sys/net/
H A Dpfvar.h919 time_t exptime; member
/freebsd/sys/netpfil/pf/
H A Dpf_nl.c1009 nlattr_add_time_t(nw, PF_RT_EXPTIME, time_second - (time_uptime - rule->exptime)); in nlattr_add_rule()
H A Dpf.c6235 r->exptime = time_uptime; in pf_match_rule()