Lines Matching refs:usLength
2637 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect()
2645 pxUDPPacket->xUDPHeader.usLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect()
2685 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect2()
2693 pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( sizeof( UDPPacket_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect2()
2734 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect3()
2742 pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( sizeof( UDPPacket_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect3()
2784 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2792 pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( sizeof( UDPPacket_t ) ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2808 …TEST_ASSERT_EQUAL( FreeRTOS_ntohs( pxUDPPacket->xUDPHeader.usLength ) - sizeof( UDPHeader_t ) + si… in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2839 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2847 pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( sizeof( UDPPacket_t ) ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2890 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP()
2936 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP1()