Lines Matching full:make
117 /* Make random number generation fail. */ in test_vDHCPProcess_ResetAndIncorrectStateWithRNGFail()
141 /* Make random number generation pass. */ in test_vDHCPProcess_ResetAndInvalidSocket()
170 /* Make random number generation pass. */ in test_vDHCPProcess_ResetAndIncorrectStateWithRNGSuccessSocketCreationFail()
216 /* Make random number generation pass. */ in test_vDHCPProcess_ResetAndIncorrectStateWithRNGSuccessSocketSuccess()
227 /* Make sure that binding passes. Return zero. */ in test_vDHCPProcess_ResetAndIncorrectStateWithRNGSuccessSocketSuccess()
265 /* Make random number generation pass. */ in test_vDHCPProcess_ResetAndIncorrectStateWithRNGSuccessSocketBindFail()
276 /* Make sure that binding fails. Return anything except zero. */ in test_vDHCPProcess_ResetAndIncorrectStateWithRNGSuccessSocketBindFail()
314 /* Make random number generation pass. */ in test_vDHCPProcess_ResetAndIncorrectStateWithSocketAlreadyCreated()
344 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_CorrectStateDHCPHookFailsDHCPSocketNULL()
349 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookFailsDHCPSocketNULL()
365 /* Make sure that the Endpoint IP address pointer indicates that. */ in test_vDHCPProcess_CorrectStateDHCPHookFailsDHCPSocketNULL()
381 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_CorrectStateDHCPHookFailsDHCPSocketNonNULL()
390 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookFailsDHCPSocketNonNULL()
409 /* Make sure that the local IP address pointer indicates that. */ in test_vDHCPProcess_CorrectStateDHCPHookFailsDHCPSocketNonNULL()
424 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_CorrectStateDHCPHookDefaultReturn()
435 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookDefaultReturn()
454 /* Make sure that the network addressing struct is updated to show that. */ in test_vDHCPProcess_CorrectStateDHCPHookDefaultReturn()
456 /* Make sure that the local IP address pointer indicates that. */ in test_vDHCPProcess_CorrectStateDHCPHookDefaultReturn()
477 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnDHCPSocketNotNULLButGNWFails()
513 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnDHCPSocketNotNULLButHostNameNULL()
543 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnDHCPSocketNULL()
580 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnSendFailsNoBroadcast()
593 /* Make the call to FreeRTOS_send fail. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnSendFailsNoBroadcast()
626 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnSendFailsNoBroadcast_NULLHostName()
639 /* Make the call to FreeRTOS_send fail. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnSendFailsNoBroadcast_NULLHostName()
673 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnSendFailsUseBroadCast()
686 /* Make the call to FreeRTOS_send fail. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnSendFailsUseBroadCast()
721 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnSendSucceedsUseBroadCast()
734 /* Make the call to FreeRTOS_send succeed. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnSendSucceedsUseBroadCast()
770 /* Make sure that the user indicates anything else than the desired options. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnSendSucceedsUseBroadCast1()
783 /* Make the call to FreeRTOS_send succeed. */ in test_vDHCPProcess_CorrectStateDHCPHookContinueReturnSendSucceedsUseBroadCast1()
922 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromFailsNoTimeout()
948 /* Make sure that we exceed the period - and give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutGiveUp()
956 …/* Make sure that there is timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPData… in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutGiveUp()
963 /* Make all calls to the RNG succeed. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutGiveUp()
998 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGFail()
1006 …/* Make sure that there is timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPData… in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGFail()
1010 /* Make all calls to the RNG fail. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGFail()
1019 /* make sure that the period is increased by a factor of two. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGFail()
1037 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGPassUseBroadcast()
1047 …/* Make sure that there is timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPData… in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGPassUseBroadcast()
1051 /* Make all calls to the RNG succeed. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGPassUseBroadcast()
1070 /* make sure that the period is increased by a factor of two. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGPassUseBroadcast()
1088 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGPassNoBroadcast()
1098 …/* Make sure that there is timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPData… in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGPassNoBroadcast()
1102 /* Make all calls to the RNG succeed. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGPassNoBroadcast()
1119 /* make sure that the period is increased by a factor of two. */ in test_vDHCPProcess_eWaitingOfferRecvfromFailsTimeoutDontGiveUpRNGPassNoBroadcast()
1141 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage()
1180 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage_NullEndPoint()
1217 /* make sure the transaction ID does not match. */ in test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage_TransactionIDMismatch()
1220 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage_TransactionIDMismatch()
1260 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage_TwoFlagOptions_nullbytes()
1297 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage_TwoFlagOptions_nullbuffer()
1334 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_eLeasedAddress_IncorrectDHCPCookie_ValidBytesInMessage()
1373 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_eLeasedAddress_IncorrectOpCode_ValidBytesInMessage()
1417 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_eWaitingOffer_CorrectState_ValidBytesInMessage_MatchingEndPoint()
1458 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingAcknowledge_CorrectState_ValidBytesInMessage_diffEndPoint()
1461 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_eWaitingAcknowledge_CorrectState_ValidBytesInMessage_diffEndPoint()
1473 /* Make sure that the local IP address is uninitialised. */ in test_vDHCPProcess_eWaitingAcknowledge_CorrectState_ValidBytesInMessage_diffEndPoint()
1487 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingAcknowledge_CorrectState_ValidBytesInMessage_diffEndPoint()
1510 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcessEndPoint_NullEndPoint()
1538 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcessEndPoint_eWaitingOfferNullUDPBuffer()
1567 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcessEndPoint_eWaitingOfferDHCPReply_NullUDPmessage()
1596 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromSucceedsFalseCookieNoTimeout()
1609 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromSucceedsFalseCookieNoTimeout()
1635 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromSucceedsFalseOpcodeNoTimeout()
1647 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromSucceedsFalseOpcodeNoTimeout()
1673 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromSucceedsCorrectCookieAndOpcodeNoTimeout()
1687 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromSucceedsCorrectCookieAndOpcodeNoTimeout()
1713 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromLessBytesNoTimeout()
1727 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromLessBytesNoTimeout()
1753 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromSuccessCorrectTxID()
1767 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromSuccessCorrectTxID()
1793 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrType()
1807 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrType()
1833 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_BroadcastAddress()
1845 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_BroadcastAddress()
1871 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_LocalHostAddress()
1885 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_LocalHostAddress()
1911 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_NonLocalHostAddress()
1925 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_NonLocalHostAddress()
1952 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_LocalMACNotmatching()
1970 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_LocalMACNotmatching()
2007 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageWithoutOptionsNoTimeout()
2021 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageWithoutOptionsNoTimeout()
2048 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageIncorrectOptionsNoTimeout()
2070 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageIncorrectOptionsNoTimeout()
2084 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageIncorrectOptionsNoTimeout()
2111 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageMissingLengthByteNoTimeout()
2134 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageMissingLengthByteNoTimeout()
2148 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageMissingLengthByteNoTimeout()
2175 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageIncorrectLengthByteNoTimeout()
2200 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageIncorrectLengthByteNoTimeout()
2214 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageIncorrectLengthByteNoTimeout()
2241 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetNACKNoTimeout()
2268 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetNACKNoTimeout()
2282 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetNACKNoTimeout()
2309 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetNACKNoTimeout_MatchingMACAddress()
2336 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetNACKNoTimeout_MatchingMACAddress()
2352 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetNACKNoTimeout_MatchingMACAddress()
2379 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetACKNoTimeout()
2406 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetACKNoTimeout()
2420 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetACKNoTimeout()
2447 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageOneOptionNoTimeout()
2474 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageOneOptionNoTimeout()
2489 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageOneOptionNoTimeout()
2516 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageOneOptionNoTimeout2()
2543 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageOneOptionNoTimeout2()
2557 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageOneOptionNoTimeout2()
2588 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsSendFails()
2627 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsSendFails()
2633 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsSendFails()
2648 /* Make the hook return correct value. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsSendFails()
2682 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsSendSucceeds()
2722 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsSendSucceeds()
2741 /* Make the hook return correct value. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsSendSucceeds()
2746 /* Make the call to FreeRTOS_send succeed. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsSendSucceeds()
2782 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsDHCPHookReturnDefaultSendSucceeds()
2822 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsDHCPHookReturnDefaultSendSucceeds()
2880 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsDHCPHookReturnErrorSendSucceeds()
2919 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsDHCPHookReturnErrorSendSucceeds()
2925 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageTwoOptionsDHCPHookReturnErrorSendSucceeds()
2978 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerNoTimeout()
3016 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerNoTimeout()
3061 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutGNBfails()
3099 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutGNBfails()
3108 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutGNBfails()
3149 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutGNBsucceeds()
3188 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutGNBsucceeds()
3200 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutGNBsucceeds()
3242 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutPeriodLess()
3281 /* Make sure we exceed the period - and thus, give up. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutPeriodLess()
3293 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutPeriodLess()
3325 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutPeriodLessTimeout()
3364 /* Make sure we exceed the period - and thus, give up. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutPeriodLessTimeout()
3376 …/* Make sure that there is timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPData… in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsIncorrectServerTimeoutPeriodLessTimeout()
3409 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsCorrectServerLeaseTimeZero()
3452 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsCorrectServerLeaseTimeZero()
3507 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledgeTwoOptionsCorrectServerLeaseTimeLessThanMinConfig()
3604 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_TwoOptions_CorrectServer_AptLeaseTime()
3678 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_TwoOptions_CorrectServer_AptLeaseTime()
3700 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_TwoOptions_NACK()
3748 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingAcknowledge_TwoOptions_NACK()
3785 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_TwoOptions_OFFER()
3833 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingAcknowledge_TwoOptions_OFFER()
3885 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_AllOptionsCorrectLength()
3991 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_AllOptionsCorrectLength()
4029 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_AllOptionsCorrectLength2()
4135 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_AllOptionsCorrectLength2()
4174 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_DNSIncorrectLength()
4280 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_DNSIncorrectLength()
4318 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_DNSIncorrectLength2()
4424 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_DNSIncorrectLength2()
4462 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_IncorrectDNSServerAddress()
4568 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_IncorrectDNSServerAddress()
4606 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_IncorrectDNSServerAddress2()
4712 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_IncorrectDNSServerAddress2()
4747 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_IPv4ServerIncorrectLength()
4828 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_IPv4ServerIncorrectLength()
4862 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_SubnetMaskIncorrectLength()
4943 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_SubnetMaskIncorrectLength()
4976 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_GatewayIncorrectLength()
5065 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_GatewayIncorrectLength()
5099 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_LeaseTimeIncorrectLength()
5197 /* Make sure that this is not changed. */ in test_vDHCPProcess_eWaitingAcknowledge_LeaseTimeIncorrectLength()
5230 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_LeaseTimeIncorrectLength2()
5338 /* Make sure that the address matches. */ in test_vDHCPProcess_eWaitingAcknowledge_IncorrectLengthofpacket()
5375 /* Make sure that we don't exceed the period - and thus, don't give up. */ in test_vDHCPProcess_eWaitingAcknowledge_IncorrectLengthofpacket()
5384 …/* Make sure that there is no timeout. The expression is: xTaskGetTickCount() - pxEndPoint->xDHCPD… in test_vDHCPProcess_eWaitingAcknowledge_IncorrectLengthofpacket()
5534 /* Make it so that there is no timeout. */ in test_vDHCPProcess_eGetLinkLayerAddress_NoTimeout()
5614 /* Make RNG fail. */ in test_vDHCPProcess_eLeasedAddress_NetworkUp_SokcetCreated_RNGFail()
5622 /* Make the call to FreeRTOS_send succeed. */ in test_vDHCPProcess_eLeasedAddress_NetworkUp_SokcetCreated_RNGFail()