Lines Matching refs:ipconfigTCP_MSS

586     uint8_t ucEthBuffer[ ipconfigTCP_MSS ];  in test_prvProcessIPEventsAndTimers_eNetworkRxEvent()
621 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPEventsAndTimers_eNetworkTxEvent()
657 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPEventsAndTimers_eNetworkTxEvent_NullInterface()
1496 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_LocalMACMatch()
1505 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_LocalMACMatch()
1526 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_LocalMACMatchInvalidFrameType()
1535 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_LocalMACMatchInvalidFrameType()
1556 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_LocalMACMatchInvalidFrameType1()
1565 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_LocalMACMatchInvalidFrameType1()
1585 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_BroadCastMACMatch()
1594 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_BroadCastMACMatch()
1612 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_LLMNR_MACMatch()
1621 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_LLMNR_MACMatch()
1639 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_NotMatch()
1649 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_NotMatch()
1667 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_IPv6BroadCastMACMatch()
1676 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_IPv6BroadCastMACMatch()
1695 uint8_t ucEthernetBuffer[ ipconfigTCP_MSS ]; in test_eConsiderFrameForProcessing_IPv6BroadCastMACPartialMatch()
1704 memset( ucEthernetBuffer, 0x00, ipconfigTCP_MSS ); in test_eConsiderFrameForProcessing_IPv6BroadCastMACPartialMatch()
1751 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_UnknownFrameType()
1754 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_UnknownFrameType()
1759 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_UnknownFrameType()
1774 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType1()
1777 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType1()
1782 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType1()
1801 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType2()
1804 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType2()
1809 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType2()
1829 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution()
1832 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution()
1839 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution()
1859 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution2()
1862 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution2()
1869 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType_WaitingARPResolution2()
1889 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType_eReturnEthernetFrame()
1893 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType_eReturnEthernetFrame()
1902 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType_eReturnEthernetFrame()
1923 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType_eFrameConsumed()
1926 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_ARPFrameType_eFrameConsumed()
1931 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType_eFrameConsumed()
1949 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_ARPFrameType_SmallerDataLength()
1957 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_ARPFrameType_SmallerDataLength()
1975 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_IPv4FrameType_LessData()
1983 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_IPv4FrameType_LessData()
2001 uint8_t ucEtherBuffer[ ipconfigTCP_MSS ]; in test_prvProcessEthernetPacket_IPv4FrameType_AptData()
2006 memset( pxNetworkBuffer->pucEthernetBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessEthernetPacket_IPv4FrameType_AptData()
2008 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessEthernetPacket_IPv4FrameType_AptData()
2032 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_HeaderLengthSmaller()
2036 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_HeaderLengthSmaller()
2061 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_HeaderLengthGreater()
2064 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_HeaderLengthGreater()
2092 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_UnknownFrameType()
2095 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_UnknownFrameType()
2098 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_UnknownFrameType()
2117 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ValidHeader_ARPResolutionReqd()
2120 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ValidHeader_ARPResolutionReqd()
2152 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_InvalidProt()
2155 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_InvalidProt()
2160 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_InvalidProt()
2191 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMPRelease()
2194 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMPRelease()
2199 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMPRelease()
2231 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMPProcess()
2234 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMPProcess()
2239 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMPProcess()
2271 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPZeroLength()
2275 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPZeroLength()
2280 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPZeroLength()
2314 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPLengthGreaterThanIPHeader()
2318 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPLengthGreaterThanIPHeader()
2323 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPLengthGreaterThanIPHeader()
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()
2357 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPHappyPath()
2361 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPHappyPath()
2366 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPHappyPath()
2377 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPHappyPath()
2400 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPProcessFail()
2404 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPProcessFail()
2409 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPProcessFail()
2420 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPProcessFail()
2445 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2450 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2455 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2466 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2495 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2500 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2516 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2543 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_TCP()
2548 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP()
2563 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP()
2587 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_TCPProcessFail()
2593 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCPProcessFail()
2608 pxIPHeader->usLength = FreeRTOS_htons( ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCPProcessFail()
2632 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_UDP_ExternalLoopback()
2635 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_UDP_ExternalLoopback()
2640 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_UDP_ExternalLoopback()
2670 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_UDP_GreaterLoopbackAddress()
2673 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_UDP_GreaterLoopbackAddress()
2708 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_UDP_LessLoopbackAddress()
2711 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_UDP_LessLoopbackAddress()
2746 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_UDP_IPHeaderLengthTooLarge()
2749 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_UDP_IPHeaderLengthTooLarge()
2780 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_UDP_IPv6_HappyPath()
2785 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_UDP_IPv6_HappyPath()
2790 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_UDP_IPv6_HappyPath()
2801 pxIPHeader->usPayloadLength = FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( IPPacket_IPv6_t ); in test_prvProcessIPPacket_UDP_IPv6_HappyPath()
2805 …pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( UDP… in test_prvProcessIPPacket_UDP_IPv6_HappyPath()
2825 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_UDP_IPv6_ExtensionHappyPath()
2830 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_UDP_IPv6_ExtensionHappyPath()
2835 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_UDP_IPv6_ExtensionHappyPath()
2846 pxIPHeader->usPayloadLength = FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( IPPacket_IPv6_t ); in test_prvProcessIPPacket_UDP_IPv6_ExtensionHappyPath()
2855 …pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( UDP… in test_prvProcessIPPacket_UDP_IPv6_ExtensionHappyPath()
2878 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_UDP_IPv6_ExtensionHandleFail()
2883 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_UDP_IPv6_ExtensionHandleFail()
2887 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_UDP_IPv6_ExtensionHandleFail()
2895 pxIPHeader->usPayloadLength = FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( IPPacket_IPv6_t ); in test_prvProcessIPPacket_UDP_IPv6_ExtensionHandleFail()
2906 …pxUDPPacket->xUDPHeader.usLength = FreeRTOS_ntohs( FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( UDP… in test_prvProcessIPPacket_UDP_IPv6_ExtensionHandleFail()
2927 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_TCP_IPv6_HappyPath()
2932 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP_IPv6_HappyPath()
2936 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_TCP_IPv6_HappyPath()
2944 pxIPHeader->usPayloadLength = FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( IPPacket_IPv6_t ); in test_prvProcessIPPacket_TCP_IPv6_HappyPath()
2977 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_TCP_IPv6_ARPResolution()
2982 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_TCP_IPv6_ARPResolution()
2986 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_TCP_IPv6_ARPResolution()
2994 pxIPHeader->usPayloadLength = FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( IPPacket_IPv6_t ); in test_prvProcessIPPacket_TCP_IPv6_ARPResolution()
3024 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_ICMP_IPv6_HappyPath()
3029 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_ICMP_IPv6_HappyPath()
3033 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_prvProcessIPPacket_ICMP_IPv6_HappyPath()
3041 pxIPHeader->usPayloadLength = FreeRTOS_htons( ipconfigTCP_MSS ) - sizeof( IPPacket_IPv6_t ); in test_prvProcessIPPacket_ICMP_IPv6_HappyPath()
3072 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_prvProcessIPPacket_IPv6_LessPacketSize()
3076 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_prvProcessIPPacket_IPv6_LessPacketSize()
3099 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_vReturnEthernetFrame()
3115 memset( ucEthBuffer, 0xAA, ipconfigTCP_MSS ); in test_vReturnEthernetFrame()
3146 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_vReturnEthernetFrame_DataLenMoreThanRequired()
3158 memset( ucEthBuffer, 0xAA, ipconfigTCP_MSS ); in test_vReturnEthernetFrame_DataLenMoreThanRequired()
3188 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_vReturnEthernetFrame_ReleaseAfterSend()
3203 memset( ucEthBuffer, 0xAA, ipconfigTCP_MSS ); in test_vReturnEthernetFrame_ReleaseAfterSend()
3235 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_vReturnEthernetFrame_ReleaseAfterSendFail()
3250 memset( ucEthBuffer, 0xAA, ipconfigTCP_MSS ); in test_vReturnEthernetFrame_ReleaseAfterSendFail()
3283 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_vReturnEthernetFrame_NeitherIPTaskNorReleaseAfterSend()
3298 memset( ucEthBuffer, 0xAA, ipconfigTCP_MSS ); in test_vReturnEthernetFrame_NeitherIPTaskNorReleaseAfterSend()
3322 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_vReturnEthernetFrame_UnknownFrameType()
3333 memset( ucEthBuffer, 0xAA, ipconfigTCP_MSS ); in test_vReturnEthernetFrame_UnknownFrameType()
3355 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_vReturnEthernetFrame_IPv6NoEndpoint()
3366 memset( ucEthBuffer, 0xAA, ipconfigTCP_MSS ); in test_vReturnEthernetFrame_IPv6NoEndpoint()