Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/tests/
H A DpacketProcessing.c284 TEST_ASSERT_FALSE(ENABLED_OPT(AUTHENTICATION)); in test_ServerVersionTooOld()
302 TEST_ASSERT_FALSE(ENABLED_OPT(AUTHENTICATION)); in test_ServerVersionTooNew()
320 TEST_ASSERT_FALSE(ENABLED_OPT(AUTHENTICATION)); in test_NonWantedMode()
339 TEST_ASSERT_FALSE(ENABLED_OPT(AUTHENTICATION)); in test_KoDRate()
353 TEST_ASSERT_FALSE(ENABLED_OPT(AUTHENTICATION)); in test_KoDDeny()
367 TEST_ASSERT_FALSE(ENABLED_OPT(AUTHENTICATION)); in test_RejectUnsyncedServer()
382 TEST_ASSERT_FALSE(ENABLED_OPT(AUTHENTICATION)); in test_RejectWrongResponseServerMode()
402 TEST_ASSERT_FALSE(ENABLED_OPT(AUTHENTICATION)); in test_AcceptNoSentPacketBroadcastMode()
417 TEST_ASSERT_FALSE(ENABLED_OPT(AUTHENTICATION));
H A DpacketHandling.c319 TEST_ASSERT_FALSE(ENABLED_OPT(STEP));
320 TEST_ASSERT_FALSE(ENABLED_OPT(SLEW));
H A DkodDatabase.c111 TEST_ASSERT_FALSE(result1->timestamp == result2->timestamp); in test_AddDuplicate()
H A Dcrypto.c276 TEST_ASSERT_FALSE(auth_md5(PKT_DATA, PAYLOAD_LEN, DIGEST_LEN, &sk));
/freebsd/contrib/ntp/sntp/unity/
H A Dunity.h71 #define TEST_ASSERT_FALSE(condition) … macro