Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils/
DFreeRTOS_IP_Utils_utest.c505 ProtocolPacket_t * pxProtPack; in test_usGenerateProtocolChecksum_UDPNonZeroChecksum()
509 …pxProtPack = ( ProtocolPacket_t * ) &( pucEthernetBuffer[ ucVersionHeaderLength - ipSIZE_OF_IPv4_H… in test_usGenerateProtocolChecksum_UDPNonZeroChecksum()
534 ProtocolPacket_t * pxProtPack; in test_usGenerateProtocolChecksum_UDPCorrectCRCOutgoingPacket()
541 …pxProtPack = ( ProtocolPacket_t * ) &( pucEthernetBuffer[ ucVersionHeaderLength - ipSIZE_OF_IPv4_H… in test_usGenerateProtocolChecksum_UDPCorrectCRCOutgoingPacket()
567 ProtocolPacket_t * pxProtPack; in test_usGenerateProtocolChecksum_UDPCorrectCRC()
571 …pxProtPack = ( ProtocolPacket_t * ) &( pucEthernetBuffer[ ucVersionHeaderLength - ipSIZE_OF_IPv4_H… in test_usGenerateProtocolChecksum_UDPCorrectCRC()
597 ProtocolPacket_t * pxProtPack; in test_usGenerateProtocolChecksum_UDPIncorrectCRC()
601 …pxProtPack = ( ProtocolPacket_t * ) &( pucEthernetBuffer[ ucVersionHeaderLength - ipSIZE_OF_IPv4_H… in test_usGenerateProtocolChecksum_UDPIncorrectCRC()
626 ProtocolPacket_t * pxProtPack; in test_usGenerateProtocolChecksum_TCPCorrectCRC()
630 …pxProtPack = ( ProtocolPacket_t * ) &( pucEthernetBuffer[ ucVersionHeaderLength - ipSIZE_OF_IPv4_H… in test_usGenerateProtocolChecksum_TCPCorrectCRC()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
DNetworkInterface.c224 ProtocolPacket_t * pxPacket; in xNetworkInterfaceOutput()
228 pxPacket = ( ProtocolPacket_t * ) ( pxBuffer->pucEthernetBuffer ); in xNetworkInterfaceOutput()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
DNetworkInterface.c325 ProtocolPacket_t * pxPacket; in xNetworkInterfaceOutput()
329 pxPacket = ( ProtocolPacket_t * ) ( pxBuffer->pucEthernetBuffer ); in xNetworkInterfaceOutput()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c677 ProtocolPacket_t * pxPacket; in xNetworkInterfaceOutput()
681 pxPacket = ( ProtocolPacket_t * ) ( pxDescriptor->pucEthernetBuffer ); in xNetworkInterfaceOutput()
791 const ProtocolPacket_t * pxProtPacket = ( const ProtocolPacket_t * ) pucEthernetBuffer; in xMayAcceptPacket()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
DNetworkInterface.c422 ProtocolPacket_t * xProtPacket = ( ProtocolPacket_t * ) apBuffer; in vGMACGenerateChecksum()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOS_IP_DiffConfig_utest.c493 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacket_UDP_HappyPath()
518 …pxProtPack = ( ( ProtocolPacket_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ uxHeaderLength - ipSI… in test_prvAllowIPPacket_UDP_HappyPath()
536 ProtocolPacket_t * pxProtPack; in test_prvAllowIPPacket_TCP_HappyPath()
950 ProtocolPacket_t * pxProtPack; in test_xCheckSizeFields_UDP_LengthLess()
986 ProtocolPacket_t * pxProtPack; in test_xCheckSizeFields_UDP_LengthMore()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c722 ProtocolPacket_t * xProtPacket = ( ProtocolPacket_t * ) pucBuffer; in vGMACGenerateChecksum()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ThirdParty/MSP432/
DNetworkInterface.c799 ProtocolPacket_t * pxPacket; in prvEMACDeferredInterfaceOutputTaskTX()
800 pxPacket = ( ProtocolPacket_t * ) ( NIDataOutput.pxDescriptor->pucEthernetBuffer ); in prvEMACDeferredInterfaceOutputTaskTX()
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP_Utils.c456 ProtocolPacket_t * pxProtPack; in usGenerateProtocolChecksum()
528 …pxProtPack = ( ( ProtocolPacket_t * ) &( pucEthernetBuffer[ uxIPHeaderLength - ipSIZE_OF_IPv4_HEAD… in usGenerateProtocolChecksum()
DFreeRTOS_IP.c1547 const ProtocolPacket_t * pxProtPack; in prvAllowIPPacket()
1554 …pxProtPack = ( ( ProtocolPacket_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ uxHeaderLength - ipSI… in prvAllowIPPacket()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP_Private.h225 } ProtocolPacket_t; typedef
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c3119 ProtocolPacket_t * pxProtPacket = ( ( ProtocolPacket_t * ) pvPtr ); in test_CastingFunctions()
3120 const ProtocolPacket_t * pxConstProtPacket = ( ( const ProtocolPacket_t * ) pvPtr ); in test_CastingFunctions()