Home
last modified time | relevance | path

Searched refs:net_ntp_time_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/cmd/
H A Dnet.c164 if (net_ntp_time_offset) { in netboot_update_env()
165 sprintf(tmp, "%d", net_ntp_time_offset); in netboot_update_env()
364 net_ntp_time_offset = 0; in do_sntp()
366 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
/openbmc/u-boot/net/
H A Dsntp.c72 rtc_to_tm(ntohl(seconds) - 2208988800UL + net_ntp_time_offset, &tm); in sntp_handler()
H A Dbootp.c844 to_ptr = &net_ntp_time_offset; in dhcp_process_options()
846 net_ntp_time_offset = ntohl(net_ntp_time_offset); in dhcp_process_options()
H A Dnet.c185 int net_ntp_time_offset; variable
/openbmc/u-boot/include/
H A Dnet.h570 extern int net_ntp_time_offset; /* offset time from UTC */