Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/tests/libntp/
Dstatestr.c34 TEST_ASSERT_EQUAL_STRING("unspecified", eventstr(EVNT_UNSPEC)); in test_SysUnspecified()
/freebsd-9-stable/contrib/ntp/libntp/
Dstatestr.c113 { EVNT_UNSPEC, "unspecified" },
462 if (CTL_PEER_EVENT(st) != EVNT_UNSPEC) { in statustoa()
/freebsd-9-stable/contrib/ntp/include/
Dntp.h620 #define EVNT_UNSPEC 0 /* unspecified */ macro
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_control.c836 ctl_sys_last_event = EVNT_UNSPEC; in init_control()