Home
last modified time | relevance | path

Searched refs:time_sec (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Do_time.c74 int time_sec, time_year, time_month, time_day; in OPENSSL_gmtime_adj() local
78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) in OPENSSL_gmtime_adj()
94 tm->tm_hour = time_sec / 3600; in OPENSSL_gmtime_adj()
95 tm->tm_min = (time_sec / 60) % 60; in OPENSSL_gmtime_adj()
96 tm->tm_sec = time_sec % 60; in OPENSSL_gmtime_adj()
/freebsd/sys/net/
H A Dpflow.h278 u_int32_t time_sec; member
292 u_int32_t time_sec; member
/freebsd/include/rpc/
H A Dauth_kerb.h74 unsigned long time_sec; /* Time ticket issued */ member
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h123 uint32_t time_sec; /* Time ticket issued */ member
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c316 uint64_t *time_sec, protobuf_c_boolean *has_time_sec, in dt_fill_timeval() argument
320 *time_sec = tv->tv_sec; in dt_fill_timeval()
H A Dunbound-dnstap-socket.c594 static char* tv_to_str(protobuf_c_boolean has_time_sec, uint64_t time_sec, in tv_to_str() argument
601 if(has_time_sec) tv.tv_sec = time_sec; in tv_to_str()
608 (unsigned)time_sec, (unsigned)time_nsec, buf); in tv_to_str()
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c821 time_t time_sec = (time_t)sec; in TS_RESP_set_genTime_with_precision() local
830 if ((tm = OPENSSL_gmtime(&time_sec, &tm_result)) == NULL) in TS_RESP_set_genTime_with_precision()
/freebsd/sys/netpfil/pf/
H A Dpflow.c1168 h->time_sec = htonl(tv.tv_sec); /* XXX 2038 */ in pflow_sendout_v5()
1236 h10->time_sec = htonl(time_second); /* XXX 2038 */ in pflow_sendout_ipfix()
1272 h10->time_sec = htonl(time_second); /* XXX 2038 */ in pflow_sendout_ipfix_tmpl()