Lines Matching refs:MACAddress_t

1433     memset( ipLOCAL_MAC_ADDRESS, 0xAA, sizeof( MACAddress_t ) );  in test_eConsiderFrameForProcessing_NoMatch()
1450 memset( ipLOCAL_MAC_ADDRESS, 0xAA, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatch()
1452 …mcpy( pxEthernetHeader->xDestinationAddress.ucBytes, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatch()
1470 memset( ipLOCAL_MAC_ADDRESS, 0xAA, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatch1()
1472 …mcpy( pxEthernetHeader->xDestinationAddress.ucBytes, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatch1()
1490 memset( ipLOCAL_MAC_ADDRESS, 0xAA, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatch2()
1492 …mcpy( pxEthernetHeader->xDestinationAddress.ucBytes, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LocalMACMatch2()
1510 memset( ipLOCAL_MAC_ADDRESS, 0xAA, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_BroadCastMACMatch()
1512 …thernetHeader->xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_BroadCastMACMatch()
1530 memset( ipLOCAL_MAC_ADDRESS, 0xAA, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LLMNR_MACMatch()
1532 … pxEthernetHeader->xDestinationAddress.ucBytes, xLLMNR_MacAdress.ucBytes, sizeof( MACAddress_t ) ); in test_eConsiderFrameForProcessing_LLMNR_MACMatch()
2087 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacket_DestMACBrdCast_DestIPUnicast()
2116 …et->xEthernetHeader.xSourceAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacket_SrcMACBrdCast()
2145 …et->xEthernetHeader.xSourceAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacket_SrcMACBrdCast2()
2146 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacket_SrcMACBrdCast2()
2175 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacket_SrcIPAddrIsMulticast()
2206 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacket_IncorrectChecksum()
2239 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacket_IncorrectProtocolChecksum()
2274 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacket_HappyPath()
2383 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ValidHeader_ARPResolutionReqd()
2422 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_InvalidProt()
2463 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMP()
2510 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_ICMP2()
2555 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP()
2596 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_DataLengthCorrect()
2647 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect()
2695 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect2()
2744 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionNotReqd_UDP_AllLengthCorrect3()
2794 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2849 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2895 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_TCP()
2941 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessIPPacket_TCP1()