Lines Matching refs:ipconfigTCP_MSS

738     uint8_t ucEthBuffer[ ipconfigTCP_MSS ];  in test_prvProcessIPEventsAndTimers_eNetworkRxEvent()
763 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPEventsAndTimers_eNetworkTxEvent()
1430 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_NoMatch()
1432 memset( ucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_NoMatch()
1443 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_LocalMACMatch()
1449 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_LocalMACMatch()
1463 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_LocalMACMatch1()
1469 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_LocalMACMatch1()
1483 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_LocalMACMatch2()
1489 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_LocalMACMatch2()
1503 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_BroadCastMACMatch()
1509 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_BroadCastMACMatch()
1523 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_LLMNR_MACMatch()
1529 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_LLMNR_MACMatch()
1562 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_UnknownFrameType()
1564 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_UnknownFrameType()
1567 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_UnknownFrameType()
1578 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType1()
1581 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType1()
1586 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType1()
1601 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType2()
1604 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType2()
1609 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType2()
1624 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution()
1627 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution()
1634 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution()
1649 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution2()
1652 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution2()
1659 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution2()
1674 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType_eReturnEthernetFrame()
1677 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType_eReturnEthernetFrame()
1684 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType_eReturnEthernetFrame()
1699 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType_eFrameConsumed()
1702 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType_eFrameConsumed()
1709 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType_eFrameConsumed()
1722 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType_SmallerDataLength()
1730 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType_SmallerDataLength()
1743 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_IPv4FrameType_LessData()
1751 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_IPv4FrameType_LessData()
1764 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_IPv4FrameType_AptData()
1767 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_IPv4FrameType_AptData()
1772 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_IPv4FrameType_AptData()
1817 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket()
1819 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket()
1836 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_FragmentedPacket()
1839 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_FragmentedPacket()
1859 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_FragmentedPacket1()
1862 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_FragmentedPacket1()
1882 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_IncorrectLength()
1885 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_IncorrectLength()
1905 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_NotMatchingIP()
1908 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_NotMatchingIP()
1931 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_SourceIPBrdCast_DestIPMatch()
1934 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_SourceIPBrdCast_DestIPMatch()
1959 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_SourceIPBrdCast_DestIPBrdCast()
1962 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_SourceIPBrdCast_DestIPBrdCast()
1987 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_SourceIPBrdCast_DestIPBrdcast1()
1990 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_SourceIPBrdCast_DestIPBrdcast1()
2015 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_SourceIPBrdCast_DestIPLLMNR()
2018 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_SourceIPBrdCast_DestIPLLMNR()
2043 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_SourceIPBrdCast_NoLocalIP()
2046 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_SourceIPBrdCast_NoLocalIP()
2071 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_DestMACBrdCast_DestIPUnicast()
2074 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_DestMACBrdCast_DestIPUnicast()
2100 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_SrcMACBrdCast()
2103 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_SrcMACBrdCast()
2129 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_SrcMACBrdCast2()
2132 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_SrcMACBrdCast2()
2159 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_SrcIPAddrIsMulticast()
2162 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_SrcIPAddrIsMulticast()
2190 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_IncorrectChecksum()
2193 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_IncorrectChecksum()
2223 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_IncorrectProtocolChecksum()
2226 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_IncorrectProtocolChecksum()
2258 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvAllowIPPacket_HappyPath()
2261 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvAllowIPPacket_HappyPath()
2292 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_HeaderLengthSmaller()
2295 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_HeaderLengthSmaller()
2314 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_HeaderLengthGreater()
2317 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_HeaderLengthGreater()
2340 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ValidHeaderButNoData()
2343 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ValidHeaderButNoData()
2354 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ValidHeaderButNoData()
2367 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ValidHeader_ARPResolutionReqd()
2370 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ValidHeader_ARPResolutionReqd()
2404 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_InvalidProt()
2407 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_InvalidProt()
2411 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_InvalidProt()
2445 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMP()
2448 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMP()
2452 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMP()
2491 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMP2()
2494 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMP2()
2498 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMP2()
2536 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP()
2539 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP()
2543 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP()
2577 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_DataLengthCorrect()
2580 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_DataLengthCorrect()
2618 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect()
2622 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect()
2626 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect()
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()
2666 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect2()
2670 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect2()
2674 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect2()
2685 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect2()
2715 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect3()
2719 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect3()
2723 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect3()
2734 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect3()
2764 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2769 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2773 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2784 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2819 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2824 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2839 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2873 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_TCP()
2878 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP()
2890 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP()
2919 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_TCP1()
2924 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP1()
2936 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP1()
2963 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_vReturnEthernetFrame()
2970 memset( ucEthBuffer, 0xAA, ipconfigTCP_MSS ); in test_vReturnEthernetFrame()
2992 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_vReturnEthernetFrame_DataLenMoreThanRequired()
2999 memset( ucEthBuffer, 0xAA, ipconfigTCP_MSS ); in test_vReturnEthernetFrame_DataLenMoreThanRequired()