Lines Matching refs:usLength
2294 pxUDPPacket->xUDPHeader.usLength = FreeRTOS_htons( 0 ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPZeroLength()
2334 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPLengthGreaterThanIPHeader()
2339 pxUDPPacket->xUDPHeader.usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPLengthGreaterThanIPHeader()
2377 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPHappyPath()
2381 pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( sizeof( UDPPacket_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPHappyPath()
2420 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPProcessFail()
2424 pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( sizeof( UDPPacket_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPProcessFail()
2466 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2470 pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( sizeof( UDPPacket_t ) ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2480 …TEST_ASSERT_EQUAL( FreeRTOS_ntohs( pxUDPPacket->xUDPHeader.usLength ) - sizeof( UDPHeader_t ) + si… in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2516 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2520 pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( sizeof( UDPPacket_t ) ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2563 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP()
2608 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCPProcessFail()
2805 …pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( UDP… in test_prvProcessIPPacket_UDP_IPv6_HappyPath()
2855 …pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( UDP… in test_prvProcessIPPacket_UDP_IPv6_ExtensionHappyPath()
2906 …pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( UDP… in test_prvProcessIPPacket_UDP_IPv6_ExtensionHandleFail()