Home
last modified time | relevance | path

Searched refs:xUDPPacket (Results 1 – 8 of 8) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
HDx_emacpsif_dma.c459 … 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/
HDFreeRTOS_Routing.c940 uint16_t usFrameType = pxPacket->xUDPPacket.xEthernetHeader.usFrameType; in FreeRTOS_MatchingEndpoint()
998 xIPAddressFrom.ulIP_IPv4 = pxPacket->xUDPPacket.xIPHeader.ulSourceIPAddress; in FreeRTOS_MatchingEndpoint()
999 … xIPAddressTo.ulIP_IPv4 = pxPacket->xUDPPacket.xIPHeader.ulDestinationIPAddress; in FreeRTOS_MatchingEndpoint()
1016 …( void ) memcpy( xMACAddress.ucBytes, pxPacket->xUDPPacket.xEthernetHeader.xDestinationAddress.ucB… in FreeRTOS_MatchingEndpoint()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
HDNetworkInterface.c1010 … 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_IPv4_DiffConfig/
HDFreeRTOS_IPv4_DiffConfig_utest.c247 pxProtPack->xUDPPacket.xUDPHeader.usChecksum = 0xFF12; in test_prvAllowIPPacketIPv4_UDP_HappyPath()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
HDNetworkInterface.c347 …usGenerateProtocolChecksum( ( uint8_t * ) &( pxPacket->xUDPPacket ), pxBuffer->xDataLength, pdTRUE… in xNetworkInterfaceOutput()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Utils/
HDFreeRTOS_IP_Utils_utest.c894 pxProtPack->xUDPPacket.xUDPHeader.usChecksum = 0x1234; in test_usGenerateProtocolChecksum_UDPNonZeroChecksum()
933 pxProtPack->xUDPPacket.xUDPHeader.usChecksum = 0x00; in test_usGenerateProtocolChecksum_UDPCorrectCRCOutgoingPacket()
940 TEST_ASSERT_EQUAL( 0xFFFF, pxProtPack->xUDPPacket.xUDPHeader.usChecksum ); in test_usGenerateProtocolChecksum_UDPCorrectCRCOutgoingPacket()
970 pxProtPack->xUDPPacket.xUDPHeader.usChecksum = 0x00; in test_usGenerateProtocolChecksum_UDPLessBufferSizeOutgoingPacket()
1006 pxProtPack->xUDPPacket.xUDPHeader.usChecksum = 0x9EFF; in test_usGenerateProtocolChecksum_UDPCorrectCRC()
1042 pxProtPack->xUDPPacket.xUDPHeader.usChecksum = 0x01; in test_usGenerateProtocolChecksum_UDPIncorrectCRC()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
HDFreeRTOS_IP_Private.h215 UDPPacket_t xUDPPacket; /**< Union member: UDP packet struct */ member
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_DiffConfig1/
HDFreeRTOS_IPv4_DiffConfig1_utest.c561 …xIPHeader->ucVersionHeaderLength & 0x0F ) << 2 ) + sizeof( pxProtPack->xUDPPacket.xUDPHeader ) - 1… in test_prvAllowIPPacketIPv4_UDP_LengthLess()