Searched refs:ProtocolPacket_t (Results 1 – 12 of 12) sorted by relevance
505 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 …]
224 ProtocolPacket_t * pxPacket; in xNetworkInterfaceOutput()228 pxPacket = ( ProtocolPacket_t * ) ( pxBuffer->pucEthernetBuffer ); in xNetworkInterfaceOutput()
325 ProtocolPacket_t * pxPacket; in xNetworkInterfaceOutput()329 pxPacket = ( ProtocolPacket_t * ) ( pxBuffer->pucEthernetBuffer ); in xNetworkInterfaceOutput()
677 ProtocolPacket_t * pxPacket; in xNetworkInterfaceOutput()681 pxPacket = ( ProtocolPacket_t * ) ( pxDescriptor->pucEthernetBuffer ); in xNetworkInterfaceOutput()791 const ProtocolPacket_t * pxProtPacket = ( const ProtocolPacket_t * ) pucEthernetBuffer; in xMayAcceptPacket()
422 ProtocolPacket_t * xProtPacket = ( ProtocolPacket_t * ) apBuffer; in vGMACGenerateChecksum()
493 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()
722 ProtocolPacket_t * xProtPacket = ( ProtocolPacket_t * ) pucBuffer; in vGMACGenerateChecksum()
799 ProtocolPacket_t * pxPacket; in prvEMACDeferredInterfaceOutputTaskTX()800 pxPacket = ( ProtocolPacket_t * ) ( NIDataOutput.pxDescriptor->pucEthernetBuffer ); in prvEMACDeferredInterfaceOutputTaskTX()
456 ProtocolPacket_t * pxProtPack; in usGenerateProtocolChecksum()528 …pxProtPack = ( ( ProtocolPacket_t * ) &( pucEthernetBuffer[ uxIPHeaderLength - ipSIZE_OF_IPv4_HEAD… in usGenerateProtocolChecksum()
1547 const ProtocolPacket_t * pxProtPack; in prvAllowIPPacket()1554 …pxProtPack = ( ( ProtocolPacket_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ uxHeaderLength - ipSI… in prvAllowIPPacket()
225 } ProtocolPacket_t; typedef
3119 ProtocolPacket_t * pxProtPacket = ( ( ProtocolPacket_t * ) pvPtr ); in test_CastingFunctions()3120 const ProtocolPacket_t * pxConstProtPacket = ( ( const ProtocolPacket_t * ) pvPtr ); in test_CastingFunctions()