Searched refs:ulTransactionId (Results 1 – 6 of 6) sorted by relevance
118 …xApplicationGetRandomNumber_ExpectAndReturn( &( pxEndPoint->xDHCPData.ulTransactionId ), pdFALSE ); in test_vDHCPProcess_ResetAndIncorrectStateWithRNGFail()142 … xApplicationGetRandomNumber_ExpectAndReturn( &( pxEndPoint->xDHCPData.ulTransactionId ), pdTRUE ); in test_vDHCPProcess_ResetAndInvalidSocket()171 … xApplicationGetRandomNumber_ExpectAndReturn( &( pxEndPoint->xDHCPData.ulTransactionId ), pdTRUE ); in test_vDHCPProcess_ResetAndIncorrectStateWithRNGSuccessSocketCreationFail()217 … xApplicationGetRandomNumber_ExpectAndReturn( &( pxEndPoint->xDHCPData.ulTransactionId ), pdTRUE ); in test_vDHCPProcess_ResetAndIncorrectStateWithRNGSuccessSocketSuccess()266 … xApplicationGetRandomNumber_ExpectAndReturn( &( pxEndPoint->xDHCPData.ulTransactionId ), pdTRUE ); in test_vDHCPProcess_ResetAndIncorrectStateWithRNGSuccessSocketBindFail()315 … xApplicationGetRandomNumber_ExpectAndReturn( &( pxEndPoint->xDHCPData.ulTransactionId ), pdTRUE ); in test_vDHCPProcess_ResetAndIncorrectStateWithSocketAlreadyCreated()1139 pxEndPoint->xDHCPData.ulTransactionId = 0x01ABCDEF; in test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage()1178 pxEndPoint->xDHCPData.ulTransactionId = 0x01ABCDEF; in test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage_NullEndPoint()1218 pxEndPoint->xDHCPData.ulTransactionId = 0x01ABCDEE; in test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage_TransactionIDMismatch()1258 pxEndPoint->xDHCPData.ulTransactionId = 0x01ABCDEF; in test_vDHCPProcess_eLeasedAddress_CorrectState_ValidBytesInMessage_TwoFlagOptions_nullbytes()[all …]
551 …DHCPMessage_IPv4 * ) pucUDPBuffer )->ulTransactionID = FreeRTOS_htonl( xDHCPData.ulTransactionId ); in FreeRTOS_recvfrom_eWaitingOfferRecvfromSuccessCorrectTxID()575 …DHCPMessage_IPv4 * ) pucUDPBuffer )->ulTransactionID = FreeRTOS_htonl( xDHCPData.ulTransactionId ); in FreeRTOS_recvfrom_eWaitingOfferRecvfromSuccess_CorrectAddrType()601 …DHCPMessage_IPv4 * ) pucUDPBuffer )->ulTransactionID = FreeRTOS_htonl( xDHCPData.ulTransactionId ); in FreeRTOS_recvfrom_eWaitingOfferRecvfromSuccess_CorrectAddrLen()630 …DHCPMessage_IPv4 * ) pucUDPBuffer )->ulTransactionID = FreeRTOS_htonl( xDHCPData.ulTransactionId ); in FreeRTOS_recvfrom_eWaitingOfferRecvfromSuccess_LocalHostAddr()660 …Message_IPv4 * ) pucUDPBuffer )->ulTransactionID = FreeRTOS_htonl( xDHCPData.ulTransactionId + 1 ); in FreeRTOS_recvfrom_eWaitingOfferRecvfromSuccess_NonLocalHostAddr()690 …DHCPMessage_IPv4 * ) pucUDPBuffer )->ulTransactionID = FreeRTOS_htonl( xDHCPData.ulTransactionId ); in FreeRTOS_recvfrom_eWaitingOfferRecvfromSuccess_LocalMACAddrNotMatching()
1507 TEST_ASSERT_EQUAL( TEST_DHCPV6_TRANSACTION_ID, xEndPoint.xDHCPData.ulTransactionId ); in test_vDHCPv6Process_SolicitationHappyPath()1563 xEndPoint.xDHCPData.ulTransactionId = TEST_DHCPV6_TRANSACTION_ID; in test_vDHCPv6Process_AdvertiseHappyPath()1611 xEndPoint.xDHCPData.ulTransactionId = TEST_DHCPV6_TRANSACTION_ID; in test_vDHCPv6Process_AdvertiseIATA()1659 xEndPoint.xDHCPData.ulTransactionId = TEST_DHCPV6_TRANSACTION_ID; in test_vDHCPv6Process_ReplyHappyPath()1703 xEndPoint.xDHCPData.ulTransactionId = TEST_DHCPV6_TRANSACTION_ID; in test_vDHCPv6Process_DHCPLeaseTimeout()1756 xEndPoint.xDHCPData.ulTransactionId = TEST_DHCPV6_TRANSACTION_ID; in test_vDHCPv6Process_GiveupWhenSocketNull()1795 xEndPoint.xDHCPData.ulTransactionId = TEST_DHCPV6_TRANSACTION_ID; in test_vDHCPv6Process_WaitReplyTimeout()1869 xEndPoint.xDHCPData.ulTransactionId = TEST_DHCPV6_TRANSACTION_ID; in test_vDHCPv6Process_prvDHCPv6Analyse_UnknownMsgType()1909 xEndPoint.xDHCPData.ulTransactionId = TEST_DHCPV6_TRANSACTION_ID; in test_vDHCPv6Process_prvDHCPv6Analyse_WrongTransactionID()1949 xEndPoint.xDHCPData.ulTransactionId = TEST_DHCPV6_TRANSACTION_ID; in test_vDHCPv6Process_prvDHCPv6Analyse_ReadTransactionIDError()[all …]
259 … if( pxDHCPMessage->ulTransactionID == FreeRTOS_htonl( pxIterator->xDHCPData.ulTransactionId ) ) in vDHCPProcess()390 if( xApplicationGetRandomNumber( &( EP_DHCPData.ulTransactionId ) ) != pdFALSE ) in xHandleWaitingOffer()630 EP_DHCPData.ulTransactionId = ulID; in prvHandleWaitingeLeasedAddress()935 if( xApplicationGetRandomNumber( &( EP_DHCPData.ulTransactionId ) ) != pdFALSE ) in prvInitialiseDHCP()1274 … else if( ( pxDHCPMessage->ulTransactionID != FreeRTOS_htonl( EP_DHCPData.ulTransactionId ) ) ) in prvProcessDHCPReplies()1417 pxDHCPMessage->ulTransactionID = FreeRTOS_htonl( EP_DHCPData.ulTransactionId ); in prvCreatePartDHCPMessage()
322 ( unsigned int ) pxIterator->xDHCPData.ulTransactionId ) ); in xDHCPv6Process_PassReplyToEndPoint()324 if( ( xDHCPMessage.ulTransactionID == pxIterator->xDHCPData.ulTransactionId ) && in xDHCPv6Process_PassReplyToEndPoint()960 EP_DHCPData.ulTransactionId = ulTransactionID; in prvSendDHCPMessage()1424 if( EP_DHCPData.ulTransactionId != pxDHCPMessage->ulTransactionID ) in prvDHCPv6Analyse()1429 EP_DHCPData.ulTransactionId ) ); in prvDHCPv6Analyse()
202 uint32_t ulTransactionId; /**< The ID used in all transactions. */ member