Home
last modified time | relevance | path

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

/u-boot/net/
A Dsntp.c24 int net_ntp_time_offset; variable
75 rtc_to_tm(ntohl(seconds) - 2208988800UL + net_ntp_time_offset, &tm); in sntp_handler()
A Dbootp.c857 to_ptr = &net_ntp_time_offset; in dhcp_process_options()
859 net_ntp_time_offset = ntohl(net_ntp_time_offset); in dhcp_process_options()
/u-boot/cmd/
A Dnet.c180 if (net_ntp_time_offset) { in netboot_update_env()
181 sprintf(tmp, "%d", net_ntp_time_offset); in netboot_update_env()
387 net_ntp_time_offset = 0; in do_sntp()
389 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
/u-boot/include/
A Dnet.h601 extern int net_ntp_time_offset; /* offset time from UTC */

Completed in 11 milliseconds