Searched refs:ulTargetProtocolAddress (Results 1 – 5 of 5) sorted by relevance
489 xARPFrame.xARPHeader.ulTargetProtocolAddress = 0xC0C0C0C0; in test_eARPProcessPacket_LocalIPisZero()518 xARPFrame.xARPHeader.ulTargetProtocolAddress = *ipLOCAL_IP_ADDRESS_POINTER + 0x11; in test_eARPProcessPacket_InvalidOperation()519 …ocolAddress, &( xARPFrame.xARPHeader.ulTargetProtocolAddress ), sizeof( xARPFrame.xARPHeader.ulTar… in test_eARPProcessPacket_InvalidOperation()553 xARPFrame.xARPHeader.ulTargetProtocolAddress = *ipLOCAL_IP_ADDRESS_POINTER + 0x11; in test_eARPProcessPacket_Request_DifferentIP()588 xARPFrame.xARPHeader.ulTargetProtocolAddress = xEndPoint.ipv4_settings.ulIPAddress; in test_eARPProcessPacket_Request_SenderMACSameAsLocalMAC()620 xARPFrame.xARPHeader.ulTargetProtocolAddress = xEndPoint.ipv4_settings.ulIPAddress; in test_eARPProcessPacket_Request_SenderAndTargetDifferent()621 …ocolAddress, &( xARPFrame.xARPHeader.ulTargetProtocolAddress ), sizeof( xARPFrame.xARPHeader.ulTar… in test_eARPProcessPacket_Request_SenderAndTargetDifferent()641 xEndPoint.ipv4_settings.ulIPAddress = xARPFrame.xARPHeader.ulTargetProtocolAddress; in test_eARPProcessPacket_Request_SenderAndTargetDifferent()669 xARPFrame.xARPHeader.ulTargetProtocolAddress = xEndPoint.ipv4_settings.ulIPAddress; in test_eARPProcessPacket_Request_SenderAndTargetSame()670 …ocolAddress, &( xARPFrame.xARPHeader.ulTargetProtocolAddress ), sizeof( xARPFrame.xARPHeader.ulTar… in test_eARPProcessPacket_Request_SenderAndTargetSame()[all …]
153 uint32_t ulTargetProtocolAddress, ulSenderProtocolAddress; in eARPProcessPacket() local193 ulTargetProtocolAddress = pxARPHeader->ulTargetProtocolAddress; in eARPProcessPacket()267 ( unsigned ) FreeRTOS_ntohl( ulTargetProtocolAddress ), in eARPProcessPacket()274 ( ulSenderProtocolAddress != ulTargetProtocolAddress ) && in eARPProcessPacket()279 … ( unsigned ) FreeRTOS_ntohl( ulTargetProtocolAddress ), in eARPProcessPacket()285 ( void ) ulTargetProtocolAddress; in eARPProcessPacket()295 … if( ulTargetProtocolAddress == pxTargetEndPoint->ipv4_settings.ulIPAddress ) in eARPProcessPacket()306 else if( ( ulSenderProtocolAddress == ulTargetProtocolAddress ) && in eARPProcessPacket()403 pxARPHeader->ulTargetProtocolAddress = ulSenderProtocolAddress; in vARPProcessPacketRequest()430 uint32_t ulTargetProtocolAddress = pxARPHeader->ulTargetProtocolAddress; in vARPProcessPacketReply() local[all …]
975 … xIPAddressTo.ulIP_IPv4 = pxPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress; in FreeRTOS_MatchingEndpoint()980 … xIPAddressFrom.ulIP_IPv4 = pxPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress; in FreeRTOS_MatchingEndpoint()
132 …uint32_t ulTargetProtocolAddress; /**< Internetwork address of the intended receiver 24 + 4 =… member
2823 pxProtocolPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()2874 pxProtocolPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()2926 pxProtocolPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()2977 pxProtocolPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress = IPV4_DEFAULT_ADDRESS; in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()3029 pxProtocolPacket->xARPPacket.xARPHeader.ulTargetProtocolAddress = IPV4_DEFAULT_GATEWAY; in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()