Home
last modified time | relevance | path

Searched refs:KOD_DEMOBILIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/sntp/
H A Dnetworking.c254 return KOD_DEMOBILIZE; in process_pkt()
256 return KOD_DEMOBILIZE; in process_pkt()
H A Dnetworking.h31 #define KOD_DEMOBILIZE -4 /* KOD packet with code DENY or RSTR, stop all communication and save K… macro
H A Dmain.c1210 case KOD_DEMOBILIZE: in handle_pkt()
/freebsd/contrib/ntp/sntp/tests/
H A DpacketHandling.c279 rpktl = KOD_DEMOBILIZE; in test_HandleKodRate()
H A DpacketProcessing.c358 TEST_ASSERT_EQUAL(KOD_DEMOBILIZE, in test_RejectUnsyncedServer()