Searched refs:xCheckLoopback (Results 1 – 3 of 3) sorted by relevance
148 BaseType_t xCheckLoopback( NetworkBufferDescriptor_t * const pxDescriptor,
70 xResult = xCheckLoopback( pxNetworkBuffer, pdFALSE ); in test_xCheckLoopback_IncorrectFrameType()93 xResult = xCheckLoopback( pxNetworkBuffer, pdFALSE ); in test_xCheckLoopback_IncorrectMACAddress()118 xResult = xCheckLoopback( pxNetworkBuffer, pdFALSE ); in test_xCheckLoopback_HappyCase()142 xResult = xCheckLoopback( pxNetworkBuffer, pdFALSE ); in test_xCheckLoopback_DuplicationFails()170 xResult = xCheckLoopback( pxNetworkBuffer, pdTRUE ); in test_xCheckLoopback_SendEventToIPTaskFails()
1149 BaseType_t xCheckLoopback( NetworkBufferDescriptor_t * const pxDescriptor, in xCheckLoopback() function