Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dstatestr.c36 TEST_ASSERT_EQUAL_STRING("unspecified", eventstr(EVNT_UNSPEC)); in test_SysUnspecified()
/netbsd/src/external/bsd/ntp/dist/libntp/
Dstatestr.c115 { EVNT_UNSPEC, "unspecified", 0 },
479 if (CTL_PEER_EVENT(st) != EVNT_UNSPEC) { in statustoa()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp.h649 #define EVNT_UNSPEC 0 /* unspecified */ macro
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_control.c845 ctl_sys_last_event = EVNT_UNSPEC; in init_control()