Searched refs:LOG_NTP (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/sys/ |
| HD | syslog.h | 105 #define LOG_NTP (12<<3) /* NTP subsystem */ macro 137 { "ntp", LOG_NTP, },
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntpd.c | 235 # 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()
|
| HD | ntp_config.c | 2510 # 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/ |
| HD | ntp_machine.h | 133 # define LOG_NTP LOG_LOCAL1
|
| /trueos/contrib/ntp/ntpdate/ |
| HD | ntptimeset.c | 544 # ifndef LOG_NTP in ntptimesetmain() 545 # define LOG_NTP LOG_DAEMON in ntptimesetmain() 547 openlog("ntptimeset", LOG_PID | LOG_NDELAY, LOG_NTP); in ntptimesetmain()
|
| HD | ntpdate.c | 486 # 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/ |
| HD | ip_compat.h | 1402 #ifndef LOG_NTP 1403 # define LOG_NTP (12<<3) macro
|