Home
last modified time | relevance | path

Searched refs:time_offset (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_ntptime.c151 static l_fp time_offset; /* time offset (ns) */ variable
530 ftemp = time_offset; in ntp_update_second()
541 L_SUB(time_offset, ftemp); in ntp_update_second()
579 L_CLR(time_offset); in ntp_init()
634 L_LINT(time_offset, time_monitor); in hardupdate()
783 L_LINT(time_offset, time_monitor); in hardpps()
/dragonfly/libexec/bootpd/
H A Dbootpd.h118 time_offset :1, member
186 int32 time_offset; member
H A Ddovend.c74 if (hp->flags.time_offset) { in dovend_rfc1497()
78 insert_u_long(htonl(hp->time_offset), &vp); /* -4 bytes */ in dovend_rfc1497()
H A Ddumptab.c254 if (hp->flags.time_offset) { in dump_host()
255 fprintf(fp, "\\\n\t:to=%ld:", (long)hp->time_offset); in dump_host()
H A Dreadfile.c965 hp->flags.time_offset = FALSE; in eval_symbol()
970 hp->time_offset = secondswest; in eval_symbol()
974 hp->time_offset = timeoff; in eval_symbol()
976 hp->flags.time_offset = TRUE; in eval_symbol()
1444 DUP_COPY(time_offset); in fill_defaults()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth_i.h243 struct os_reltime time_offset; /* local time - offset = remote time */ member
H A Dwpa_auth_ft.c1052 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk()
4305 os_reltime_sub(&now, &now_remote, &rkh_seq->rx.time_offset); in wpa_ft_rrb_rx_seq_resp()