Home
last modified time | relevance | path

Searched refs:pxProtPacket (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_dma.c415 const ProtocolPacket_t * pxProtPacket = ( const ProtocolPacket_t * ) pucEthernetBuffer; in xMayAcceptPacket() local
417 switch( pxProtPacket->xTCPPacket.xEthernetHeader.usFrameType ) in xMayAcceptPacket()
438 const IPHeader_t * pxIPHeader = &( pxProtPacket->xTCPPacket.xIPHeader ); in xMayAcceptPacket()
459 … uint16_t usSourcePort = FreeRTOS_ntohs( pxProtPacket->xUDPPacket.xUDPHeader.usSourcePort ); in xMayAcceptPacket()
460 …uint16_t usDestinationPort = FreeRTOS_ntohs( pxProtPacket->xUDPPacket.xUDPHeader.usDestinationPort… in xMayAcceptPacket()
462 … if( ( xPortHasUDPSocket( pxProtPacket->xUDPPacket.xUDPHeader.usDestinationPort ) == pdFALSE ) in xMayAcceptPacket()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
DNetworkInterface.c948 const ProtocolPacket_t * pxProtPacket = ( const ProtocolPacket_t * ) pucEthernetBuffer; in xMayAcceptPacket() local
950 switch( pxProtPacket->xTCPPacket.xEthernetHeader.usFrameType ) in xMayAcceptPacket()
972 const IPHeader_t * pxIPHeader = &( pxProtPacket->xTCPPacket.xIPHeader ); in xMayAcceptPacket()
1010 … uint16_t usSourcePort = FreeRTOS_ntohs( pxProtPacket->xUDPPacket.xUDPHeader.usSourcePort ); in xMayAcceptPacket()
1011 …uint16_t usDestinationPort = FreeRTOS_ntohs( pxProtPacket->xUDPPacket.xUDPHeader.usDestinationPort… in xMayAcceptPacket()
1014 … if( ( xPortHasUDPSocket( pxProtPacket->xUDPPacket.xUDPHeader.usDestinationPort ) == pdFALSE ) in xMayAcceptPacket()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c3495 ProtocolPacket_t * pxProtPacket = ( ( ProtocolPacket_t * ) pvPtr ); in test_CastingFunctions() local