Home
last modified time | relevance | path

Searched refs:ProtocolPacket_t (Results 1 – 16 of 16) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/Routing/MatchingEndpoint/
DMatchingEndpoint_harness.c45 uint8_t * pcNetworkBuffer = safeMalloc( sizeof( ProtocolPacket_t ) + 4 ); in harness()
46 ProtocolPacket_t * pxProtocolPacket; in harness()
50 pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) + 2U ); in harness()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Utils/
DFreeRTOS_IP_Utils_utest.c731 ProtocolPacket_t * pxProtPack; in test_usGenerateProtocolChecksum_UnknownProtocol()
735 …pxProtPack = ( ProtocolPacket_t * ) &( pucEthernetBuffer[ ucVersionHeaderLength - ipSIZE_OF_IPv4_H… in test_usGenerateProtocolChecksum_UnknownProtocol()
881 ProtocolPacket_t * pxProtPack; in test_usGenerateProtocolChecksum_UDPNonZeroChecksum()
885 …pxProtPack = ( ProtocolPacket_t * ) &( pucEthernetBuffer[ ucVersionHeaderLength - ipSIZE_OF_IPv4_H… in test_usGenerateProtocolChecksum_UDPNonZeroChecksum()
917 ProtocolPacket_t * pxProtPack; in test_usGenerateProtocolChecksum_UDPCorrectCRCOutgoingPacket()
924 …pxProtPack = ( ProtocolPacket_t * ) &( pucEthernetBuffer[ ucVersionHeaderLength - ipSIZE_OF_IPv4_H… in test_usGenerateProtocolChecksum_UDPCorrectCRCOutgoingPacket()
957 ProtocolPacket_t * pxProtPack; in test_usGenerateProtocolChecksum_UDPLessBufferSizeOutgoingPacket()
961 …pxProtPack = ( ProtocolPacket_t * ) &( pucEthernetBuffer[ ucVersionHeaderLength - ipSIZE_OF_IPv4_H… in test_usGenerateProtocolChecksum_UDPLessBufferSizeOutgoingPacket()
993 ProtocolPacket_t * pxProtPack; in test_usGenerateProtocolChecksum_UDPCorrectCRC()
997 …pxProtPack = ( ProtocolPacket_t * ) &( pucEthernetBuffer[ ucVersionHeaderLength - ipSIZE_OF_IPv4_H… in test_usGenerateProtocolChecksum_UDPCorrectCRC()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_DiffConfig1/
DFreeRTOS_IPv4_DiffConfig1_utest.c88 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_BufferLengthLess()
136 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_HeaderLengthLess()
181 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_BufferLengthLessThan()
226 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_BufferLengthLessThanIPRequirement()
271 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_IPPacketLengthMoreThanTotalLength()
316 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_UDP_IncorrectPacketLen()
361 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_TCP_IncorrectPacketLen()
406 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_ICMP_IncorrectPacketLen()
451 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_IGMP_IncorrectPacketLen()
496 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_NoProt()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_utest.c2699 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2700ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2749 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2750ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2798 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2799ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2850 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2851ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2901 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2902ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_DiffConfig/
DFreeRTOS_IPv4_DiffConfig_utest.c216 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_UDP_HappyPath()
244 …pxProtPack = ( ( ProtocolPacket_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ uxHeaderLength - ipSI… in test_prvAllowIPPacketIPv4_UDP_HappyPath()
268 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacketIPv4_TCP_HappyPath()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigV4Only/
DFreeRTOS_Routing_ConfigV4Only_utest.c100ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
DNetworkInterface.c334 ProtocolPacket_t * pxPacket; in xNetworkInterfaceOutput()
338 pxPacket = ( ProtocolPacket_t * ) ( pxBuffer->pucEthernetBuffer ); in xNetworkInterfaceOutput()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
DNetworkInterface.c426 ProtocolPacket_t * xProtPacket = ( ProtocolPacket_t * ) apBuffer; in vGMACGenerateChecksum()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
DNetworkInterface.c392 ProtocolPacket_t * pxPacket; in xZynqNetworkInterfaceOutput()
396 pxPacket = ( ProtocolPacket_t * ) ( pxBuffer->pucEthernetBuffer ); in xZynqNetworkInterfaceOutput()
Dx_emacpsif_dma.c415 const ProtocolPacket_t * pxProtPacket = ( const ProtocolPacket_t * ) pucEthernetBuffer; in xMayAcceptPacket()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ThirdParty/MSP432/
DNetworkInterface.c801 ProtocolPacket_t * pxPacket; in prvEMACDeferredInterfaceOutputTaskTX()
802 pxPacket = ( ProtocolPacket_t * ) ( NIDataOutput.pxDescriptor->pucEthernetBuffer ); in prvEMACDeferredInterfaceOutputTaskTX()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c911 ProtocolPacket_t * xProtPacket = ( ProtocolPacket_t * ) pucBuffer; in vGMACGenerateChecksum()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Routing.c903 const ProtocolPacket_t * pxPacket = ( ( const ProtocolPacket_t * ) pucEthernetBuffer ); in FreeRTOS_MatchingEndpoint()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c948 const ProtocolPacket_t * pxProtPacket = ( const ProtocolPacket_t * ) pucEthernetBuffer; in xMayAcceptPacket()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h217 } ProtocolPacket_t; typedef
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c3495 ProtocolPacket_t * pxProtPacket = ( ( ProtocolPacket_t * ) pvPtr ); in test_CastingFunctions()
3496 const ProtocolPacket_t * pxConstProtPacket = ( ( const ProtocolPacket_t * ) pvPtr ); in test_CastingFunctions()