Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDsyslog.h105 #define LOG_NTP (12<<3) /* NTP subsystem */ macro
137 { "ntp", LOG_NTP, },
/trueos/contrib/ntp/ntpd/
HDntpd.c235 # ifndef LOG_NTP in init_logging()
236 # define LOG_NTP LOG_DAEMON in init_logging() macro
238 openlog(cp, LOG_PID | LOG_NDELAY, LOG_NTP); in init_logging()
HDntp_config.c2510 # ifndef LOG_NTP in do_resolve_internal()
2511 # define LOG_NTP LOG_DAEMON in do_resolve_internal() macro
2513 openlog("ntpd_initres", LOG_PID | LOG_NDELAY, LOG_NTP); in do_resolve_internal()
/trueos/contrib/ntp/include/
HDntp_machine.h133 # define LOG_NTP LOG_LOCAL1
/trueos/contrib/ntp/ntpdate/
HDntptimeset.c544 # ifndef LOG_NTP in ntptimesetmain()
545 # define LOG_NTP LOG_DAEMON in ntptimesetmain()
547 openlog("ntptimeset", LOG_PID | LOG_NDELAY, LOG_NTP); in ntptimesetmain()
HDntpdate.c486 # ifndef LOG_NTP in ntpdatemain()
487 # define LOG_NTP LOG_DAEMON in ntpdatemain()
489 openlog("ntpdate", LOG_PID | LOG_NDELAY, LOG_NTP); in ntpdatemain()
/trueos/sys/contrib/ipfilter/netinet/
HDip_compat.h1402 #ifndef LOG_NTP
1403 # define LOG_NTP (12<<3) macro