Home | History | Annotate | Download | only in ntpdate

Lines Matching refs:ntpdate

1 /*	$NetBSD: ntpdate.c,v 1.15 2022/10/09 21:41:04 christos Exp $	*/
4 * ntpdate - set the time of day by polling one or more NTP servers
20 #include "ntpdate.h"
234 CALL(ntpdate,"ntpdate",ntpdatemain);
470 openlog("ntpdate", LOG_PID);
476 openlog("ntpdate", LOG_PID | LOG_NDELAY, LOG_NTP);
2070 * frequency, have ntpdate sleep for a while, and then wake
2073 * ntpdate and the socket is in use.
2146 /* XXX ELIMINATE print_server similar in ntptrace.c, ntpdate.c */