Lines Matching refs:MACAddress_t

1508     memset( pxEndPoint->xMACAddress.ucBytes, 0xAA, sizeof( MACAddress_t ) );  in test_eConsiderFrameForProcessing_LocalMACMatch()
1509 …rnetHeader->xDestinationAddress.ucBytes, pxEndPoint->xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatch()
1538 memset( pxEndPoint->xMACAddress.ucBytes, 0xAA, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatchInvalidFrameType()
1539 …rnetHeader->xDestinationAddress.ucBytes, pxEndPoint->xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatchInvalidFrameType()
1568 memset( pxEndPoint->xMACAddress.ucBytes, 0xAA, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatchInvalidFrameType1()
1569 …rnetHeader->xDestinationAddress.ucBytes, pxEndPoint->xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatchInvalidFrameType1()
1596 …thernetHeader->xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_BroadCastMACMatch()
1623 … pxEthernetHeader->xDestinationAddress.ucBytes, xLLMNR_MacAdress.ucBytes, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LLMNR_MACMatch()
1641 MACAddress_t xMACAddress = { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66 }; in test_eConsiderFrameForProcessing_NotMatch()
1651 memcpy( pxEthernetHeader->xDestinationAddress.ucBytes, &xMACAddress, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_NotMatch()
2130 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ValidHeader_ARPResolutionReqd()
2166 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_InvalidProt()
2205 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMPRelease()
2245 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMPProcess()
2286 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPZeroLength()
2330 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPLengthGreaterThanIPHeader()
2373 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPHappyPath()
2416 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDPProcessFail()
2462 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2512 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2559 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_TCP()
2604 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_TCPProcessFail()
2646 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_UDP_ExternalLoopback()
2684 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_UDP_GreaterLoopbackAddress()
2722 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_UDP_LessLoopbackAddress()
2797 …y( pxIPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucMACAddress, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_UDP_IPv6_HappyPath()
2842 …y( pxIPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucMACAddress, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_UDP_IPv6_ExtensionHappyPath()
2898 …y( pxIPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucMACAddress, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_UDP_IPv6_ExtensionHandleFail()
2947 …y( pxIPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucMACAddress, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_TCP_IPv6_HappyPath()
2997 …y( pxIPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucMACAddress, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_TCP_IPv6_ARPResolution()
3044 …y( pxIPPacket->xEthernetHeader.xDestinationAddress.ucBytes, ucMACAddress, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ICMP_IPv6_HappyPath()