Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dnet.c274 if (net_ntp_time_offset) { in netboot_update_env()
275 sprintf(tmp, "%d", net_ntp_time_offset); in netboot_update_env()
462 net_ntp_time_offset = 0; in do_sntp()
464 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
/OK3568_Linux_fs/u-boot/net/
H A Dsntp.c72 rtc_to_tm(ntohl(seconds) - 2208988800UL + net_ntp_time_offset, &tm); in sntp_handler()
H A Dbootp.c832 to_ptr = &net_ntp_time_offset; in dhcp_process_options()
834 net_ntp_time_offset = ntohl(net_ntp_time_offset); in dhcp_process_options()
H A Dnet.c181 int net_ntp_time_offset; variable
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h581 extern int net_ntp_time_offset; /* offset time from UTC */