Lines Matching refs:pxProtocolPacket
2700 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address() local
2717 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2718 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2719 pxProtocolPacket->xTCPPacket.xEthernetHeader.usFrameType = ipIPv4_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2721 pxProtocolPacket->xTCPPacket.xIPHeader.ulSourceIPAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2722 pxProtocolPacket->xTCPPacket.xIPHeader.ulDestinationIPAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2724 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2750 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_MatchMACAddress() local
2766 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2767 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2768 pxProtocolPacket->xTCPPacket.xEthernetHeader.usFrameType = ipIPv4_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2770 pxProtocolPacket->xTCPPacket.xIPHeader.ulSourceIPAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2771 pxProtocolPacket->xTCPPacket.xIPHeader.ulDestinationIPAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2773 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2799 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address() local
2817 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2818 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2819 pxProtocolPacket->xARPPacket.xEthernetHeader.usFrameType = ipARP_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2821 pxProtocolPacket->xARPPacket.xARPHeader.usOperation = ipARP_REQUEST; in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2822 …memcpy( pxProtocolPacket->xARPPacket.xARPHeader.ucSenderProtocolAddress, &ulIPAddress, sizeof( pxP… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2823 pxProtocolPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2825 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2851 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress() local
2868 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2869 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2870 pxProtocolPacket->xARPPacket.xEthernetHeader.usFrameType = ipARP_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2872 pxProtocolPacket->xARPPacket.xARPHeader.usOperation = ipARP_REQUEST; in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2873 …memcpy( pxProtocolPacket->xARPPacket.xARPHeader.ucSenderProtocolAddress, &ulIPAddress, sizeof( pxP… in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2874 pxProtocolPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2876 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2902 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address() local
2920 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2921 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2922 pxProtocolPacket->xARPPacket.xEthernetHeader.usFrameType = ipARP_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2924 pxProtocolPacket->xARPPacket.xARPHeader.usOperation = ipARP_REPLY; in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2925 …memcpy( pxProtocolPacket->xARPPacket.xARPHeader.ucSenderProtocolAddress, &ulIPAddress, sizeof( pxP… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2926 pxProtocolPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2928 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2954 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress() local
2971 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
2972 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
2973 pxProtocolPacket->xARPPacket.xEthernetHeader.usFrameType = ipARP_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
2975 pxProtocolPacket->xARPPacket.xARPHeader.usOperation = ipARP_REPLY; in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
2976 …memcpy( pxProtocolPacket->xARPPacket.xARPHeader.ucSenderProtocolAddress, &ulIPAddress, sizeof( pxP… in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
2977 pxProtocolPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
2979 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
3005 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_ARPWrongOption() local
3023 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3024 …memcpy( pxProtocolPacket->xARPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3025 pxProtocolPacket->xARPPacket.xEthernetHeader.usFrameType = ipARP_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3027 pxProtocolPacket->xARPPacket.xARPHeader.usOperation = ipARP_PROTOCOL_TYPE; in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3028 …memcpy( pxProtocolPacket->xARPPacket.xARPHeader.ucSenderProtocolAddress, &ulIPAddress, sizeof( pxP… in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3029 pxProtocolPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3031 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3060 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4() local
3084 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3085 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3086 pxProtocolPacket->xTCPPacket.xEthernetHeader.usFrameType = ipIPv4_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3088 pxProtocolPacket->xTCPPacket.xIPHeader.ulSourceIPAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3089 pxProtocolPacket->xTCPPacket.xIPHeader.ulDestinationIPAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3092 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3098 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3099 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3100 pxProtocolPacket->xTCPPacket.xEthernetHeader.usFrameType = ipIPv4_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3102 pxProtocolPacket->xTCPPacket.xIPHeader.ulSourceIPAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3103 pxProtocolPacket->xTCPPacket.xIPHeader.ulDestinationIPAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3106 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3131 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_NullInterface() local
3148 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_NullInterface()
3149 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_NullInterface()
3150 pxProtocolPacket->xTCPPacket.xEthernetHeader.usFrameType = ipIPv4_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_NullInterface()
3152 pxProtocolPacket->xTCPPacket.xIPHeader.ulSourceIPAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_NullInterface()
3153 pxProtocolPacket->xTCPPacket.xIPHeader.ulDestinationIPAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_NullInterface()
3155 pxEndPoint = FreeRTOS_MatchingEndpoint( NULL, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_NullInterface()
3180 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_IPv4NotFound() local
3198 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
3199 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress_IPv… in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
3200 pxProtocolPacket->xTCPPacket.xEthernetHeader.usFrameType = ipIPv4_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
3202 pxProtocolPacket->xTCPPacket.xIPHeader.ulSourceIPAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
3203 pxProtocolPacket->xTCPPacket.xIPHeader.ulDestinationIPAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
3209 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
3421 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_Type() local
3463 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucLocalMACAddres… in test_FreeRTOS_MatchingEndpoint_Type()
3464 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucLocalMACAddress, si… in test_FreeRTOS_MatchingEndpoint_Type()
3465 pxProtocolPacket->xTCPPacket.xEthernetHeader.usFrameType = ipIPv4_FRAME_TYPE; in test_FreeRTOS_MatchingEndpoint_Type()
3467 pxProtocolPacket->xTCPPacket.xIPHeader.ulSourceIPAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_Type()
3468 pxProtocolPacket->xTCPPacket.xIPHeader.ulDestinationIPAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_Type()
3625 …ProtocolPacket_t * pxProtocolPacket = ( ProtocolPacket_t * ) ( ( uintptr_t ) ( pcNetworkBuffer ) +… in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType() local
3641 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xDestinationAddress.ucBytes, ucDefaultMACAddr… in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()
3642 …memcpy( pxProtocolPacket->xTCPPacket.xEthernetHeader.xSourceAddress.ucBytes, ucDefaultMACAddress_I… in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()
3643 pxProtocolPacket->xTCPPacket.xEthernetHeader.usFrameType = 0xFF; in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()
3645 pxProtocolPacket->xTCPPacket.xIPHeader.ulSourceIPAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()
3646 pxProtocolPacket->xTCPPacket.xIPHeader.ulDestinationIPAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()
3648 …dPoint = FreeRTOS_MatchingEndpoint( &xNetworkInterface, ( const uint8_t * ) ( pxProtocolPacket ) ); in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()