Searched refs:pxPacket (Results 1 – 4 of 4) sorted by relevance
224 ProtocolPacket_t * pxPacket; in xNetworkInterfaceOutput() local228 pxPacket = ( ProtocolPacket_t * ) ( pxBuffer->pucEthernetBuffer ); in xNetworkInterfaceOutput()230 if( ( pxPacket->xICMPPacket.xEthernetHeader.usFrameType == ipIPv4_FRAME_TYPE ) && in xNetworkInterfaceOutput()231 ( pxPacket->xICMPPacket.xIPHeader.ucProtocol != ipPROTOCOL_UDP ) && in xNetworkInterfaceOutput()232 ( pxPacket->xICMPPacket.xIPHeader.ucProtocol != ipPROTOCOL_TCP ) ) in xNetworkInterfaceOutput()237 …usGenerateProtocolChecksum( ( uint8_t * ) &( pxPacket->xUDPPacket ), pxBuffer->xDataLength, pdTRUE… in xNetworkInterfaceOutput()
325 ProtocolPacket_t * pxPacket; in xNetworkInterfaceOutput() local329 pxPacket = ( ProtocolPacket_t * ) ( pxBuffer->pucEthernetBuffer ); in xNetworkInterfaceOutput()331 if( ( pxPacket->xICMPPacket.xEthernetHeader.usFrameType == ipIPv4_FRAME_TYPE ) && in xNetworkInterfaceOutput()332 ( pxPacket->xICMPPacket.xIPHeader.ucProtocol != ipPROTOCOL_UDP ) && in xNetworkInterfaceOutput()333 ( pxPacket->xICMPPacket.xIPHeader.ucProtocol != ipPROTOCOL_TCP ) ) in xNetworkInterfaceOutput()338 …usGenerateProtocolChecksum( ( uint8_t * ) &( pxPacket->xUDPPacket ), pxBuffer->xDataLength, pdTRUE… in xNetworkInterfaceOutput()
799 ProtocolPacket_t * pxPacket; in prvEMACDeferredInterfaceOutputTaskTX() local800 pxPacket = ( ProtocolPacket_t * ) ( NIDataOutput.pxDescriptor->pucEthernetBuffer ); in prvEMACDeferredInterfaceOutputTaskTX()802 if( pxPacket->xICMPPacket.xIPHeader.ucProtocol == ( uint8_t ) ipPROTOCOL_ICMP ) in prvEMACDeferredInterfaceOutputTaskTX()804 pxPacket->xICMPPacket.xICMPHeader.usChecksum = ( uint16_t ) 0u; in prvEMACDeferredInterfaceOutputTaskTX()
677 ProtocolPacket_t * pxPacket; in xNetworkInterfaceOutput() local681 pxPacket = ( ProtocolPacket_t * ) ( pxDescriptor->pucEthernetBuffer ); in xNetworkInterfaceOutput()683 if( pxPacket->xICMPPacket.xIPHeader.ucProtocol == ( uint8_t ) ipPROTOCOL_ICMP ) in xNetworkInterfaceOutput()685 pxPacket->xICMPPacket.xICMPHeader.usChecksum = ( uint16_t ) 0u; in xNetworkInterfaceOutput()