Home
last modified time | relevance | path

Searched refs:MACAddress_t (Results 1 – 25 of 68) sorted by relevance

123

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_ARP.h59 MACAddress_t xMACAddress; /**< The MAC address of an ARP cache entry. */
86 void vARPRefreshCacheEntryAge( const MACAddress_t * pxMACAddress,
98 void vARPRefreshCacheEntry( const MACAddress_t * pxMACAddress,
106 extern MACAddress_t xARPClashMacAddress;
115 uint32_t ulARPRemoveCacheEntryByMac( const MACAddress_t * pxMACAddress );
133 MACAddress_t * const pxMACAddress,
139 eARPLookupResult_t eARPGetCacheEntryByMac( const MACAddress_t * const pxMACAddress,
DFreeRTOS_DNS.h51 extern const MACAddress_t xLLMNR_MacAdress;
60 extern const MACAddress_t xLLMNR_MacAdressIPv6;
65 extern const MACAddress_t xMDNS_MacAdress;
74 extern const MACAddress_t xMDNS_MACAdressIPv6;
DFreeRTOS_ND.h58 MACAddress_t xMACAddress; /**< The MAC address of an ND cache entry. */
71 void vNDRefreshCacheEntry( const MACAddress_t * pxMACAddress,
98 MACAddress_t * const pxMACAddress,
DFreeRTOS_IPv4_Utils.h54 MACAddress_t * pxMACAddress );
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ND/
DFreeRTOS_ND_utest.c96 static const MACAddress_t xDefaultMACAddress = { 0x22, 0x22, 0x22, 0x22, 0x22, 0x22 };
114 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_MulticastEndPoint()
138 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_Multicast_ValidEndPoint()
168 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_Multicast_InvalidEndPoint()
188 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupHit_InvalidEndPoint()
198 …y( xNDCache[ xUseEntry ].xMACAddress.ucBytes, xDefaultMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_InvalidEndPoint()
206 …L_MEMORY( xMACAddress.ucBytes, xNDCache[ xUseEntry ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_InvalidEndPoint()
217 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
228 …y( xNDCache[ xUseEntry ].xMACAddress.ucBytes, xDefaultMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
239 …L_MEMORY( xMACAddress.ucBytes, xNDCache[ xUseEntry ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ARP.c99 MACAddress_t * const pxMACAddress,
103 MACAddress_t * const pxMACAddress,
108 static BaseType_t prvFindCacheEntry( const MACAddress_t * pxMACAddress,
131 MACAddress_t xARPClashMacAddress;
309 const MACAddress_t xGARPTargetAddress = { { 0, 0, 0, 0, 0, 0 } }; in eARPProcessPacket()
317 MACAddress_t xHardwareAddress; in eARPProcessPacket()
402 ( void ) memcpy( pvCopyDest, pvCopySource, sizeof( MACAddress_t ) ); in vARPProcessPacketRequest()
412 ( void ) memcpy( pvCopyDest, pvCopySource, sizeof( MACAddress_t ) ); in vARPProcessPacketRequest()
572 MACAddress_t xMACAddress; in xCheckRequiresARPResolution()
623 uint32_t ulARPRemoveCacheEntryByMac( const MACAddress_t * pxMACAddress ) in ulARPRemoveCacheEntryByMac()
[all …]
DFreeRTOS_ND.c86 MACAddress_t * const pxMACAddress,
91 MACAddress_t * const pxMACAddress,
150 MACAddress_t * const pxMACAddress, in prvMACResolve()
188 MACAddress_t * const pxMACAddress, in eNDGetCacheEntry()
282 void vNDRefreshCacheEntry( const MACAddress_t * pxMACAddress, in vNDRefreshCacheEntry()
321 …mcpy( xNDCache[ xEntryFound ].xMACAddress.ucBytes, pxMACAddress->ucBytes, sizeof( MACAddress_t ) ); in vNDRefreshCacheEntry()
420 MACAddress_t * const pxMACAddress, in prvNDCacheLookup()
435 … void ) memcpy( pxMACAddress->ucBytes, xNDCache[ x ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in prvNDCacheLookup()
574 MACAddress_t xMultiCastMacAddress; in vNDSendNeighbourSolicitation()
1073 …emcpy( pxICMPHeader_IPv6->ucOptionBytes, pxEndPoint->xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in prvProcessICMPMessage_IPv6()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_RA/
DFreeRTOS_RA_stubs.c33 MACAddress_t * const pxMACAddress, in eNDGetCacheEntry()
36 memset( pxMACAddress, 0, sizeof( MACAddress_t ) ); in eNDGetCacheEntry()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_DiffConfig1/
DFreeRTOS_IPv4_DiffConfig1_utest.c57 const MACAddress_t xBroadcastMACAddress = { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } };
110 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_BufferLengthLess()
159 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_HeaderLengthLess()
204 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_BufferLengthLessThan()
249 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_BufferLengthLessThanIPRequirement()
294 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_IPPacketLengthMoreThanTotalLength()
339 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_UDP_IncorrectPacketLen()
384 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_TCP_IncorrectPacketLen()
429 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_ICMP_IncorrectPacketLen()
474 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_IGMP_IncorrectPacketLen()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_DiffConfig/
DFreeRTOS_IPv4_DiffConfig_utest.c57 const MACAddress_t xBroadcastMACAddress = { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } };
105 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_BroadcastSourceIP()
147 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_BufferLengthLessThanMinimum()
193 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_UDPCheckSumZero()
239 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_UDP_HappyPath()
291 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_TCP_HappyPath()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4/
DFreeRTOS_IPv4_utest.c57 const MACAddress_t xBroadcastMACAddress = { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } };
442 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_DestMACBrdCast_DestIPUnicast()
478 …et->xEthernetHeader.xSourceAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_SrcMACBrdCast()
514 …et->xEthernetHeader.xSourceAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_SrcMACBrdCastDestMACBrdCast()
515 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_SrcMACBrdCastDestMACBrdCast()
555 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_SrcIPAddrIsMulticast()
596 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_IncorrectChecksum()
641 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_IncorrectProtocolChecksum()
687 …EthernetHeader.xDestinationAddress.ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvAllowIPPacketIPv4_HappyPath()
718 const MACAddress_t xMACAddress = { { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66 } }; in test_prvAllowIPPacketIPv4_LoopbackHappyPath()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
DFreeRTOS_TCP_WIN_stubs.c48 MACAddress_t xARPClashMacAddress;
54 const MACAddress_t xBroadcastMACAddress = { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } };
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/
DFreeRTOS_ARP_utest.c376 … &( xARPFrame.xARPHeader.xSenderHardwareAddress ), &xBroadcastMACAddress, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_SourceMACIsBroadcast()
582 memset( ipLOCAL_MAC_ADDRESS, 0x22, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_SenderMACSameAsLocalMAC()
583 …y( &( xARPFrame.xARPHeader.xSenderHardwareAddress ), ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_SenderMACSameAsLocalMAC()
625 … memset( &( xARPFrame.xARPHeader.xSenderHardwareAddress.ucBytes ), 0x22, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_SenderAndTargetDifferent()
672 … memset( &( xARPFrame.xARPHeader.xSenderHardwareAddress.ucBytes ), 0x22, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_SenderAndTargetSame()
729 … memset( &( xARPFrame.xARPHeader.xSenderHardwareAddress.ucBytes ), 0x22, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_GratuitousARP()
737 … memset( &( xARPFrame.xARPHeader.xTargetHardwareAddress.ucBytes ), 0xff, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_GratuitousARP()
794 … memset( &( xARPFrame.xARPHeader.xSenderHardwareAddress.ucBytes ), 0x22, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_GratuitousARP_MACUnchanged()
856 … memset( &( xARPFrame.xARPHeader.xSenderHardwareAddress.ucBytes ), 0x22, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_GratuitousARP_OutOfSubnetIP()
915 … memset( &( xARPFrame.xARPHeader.xSenderHardwareAddress.ucBytes ), 0x22, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_GratuitousARP_MACMatchesWithEndpoint()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/parsing/ProcessReceivedUDPPacket_IPv6/
DProcessReceivedUDPPacket_IPv6_harness.c15 void vARPRefreshCacheEntry( const MACAddress_t * pxMACAddress, in vARPRefreshCacheEntry()
56 void vNDRefreshCacheEntry( const MACAddress_t * pxMACAddress, in vNDRefreshCacheEntry()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOS_Tiny_TCP_stubs.c48 MACAddress_t xARPClashMacAddress;
54 const MACAddress_t xBroadcastMACAddress = { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } };
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DHCP/
DFreeRTOS_DHCP_utest.c1941 MACAddress_t xBackup; in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_LocalMACNotmatching()
1961 memcpy( &xBackup, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_LocalMACNotmatching()
1963 memset( ipLOCAL_MAC_ADDRESS, 0xAA, sizeof( MACAddress_t ) ); in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_LocalMACNotmatching()
1976 memcpy( ipLOCAL_MAC_ADDRESS, &xBackup, sizeof( MACAddress_t ) ); in test_vDHCPProcess_eWaitingOfferRecvfromSuccess_CorrectAddrLen_LocalMACNotmatching()
1994 memcpy( pxDHCPMessage->ucClientHardwareAddress, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageWithoutOptionsNoTimeout()
2049 memcpy( pxDHCPMessage->ucClientHardwareAddress, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageIncorrectOptionsNoTimeout()
2112 memcpy( pxDHCPMessage->ucClientHardwareAddress, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageMissingLengthByteNoTimeout()
2176 memcpy( pxDHCPMessage->ucClientHardwareAddress, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageIncorrectLengthByteNoTimeout()
2242 memcpy( pxDHCPMessage->ucClientHardwareAddress, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetNACKNoTimeout()
2310 memcpy( pxDHCPMessage->ucClientHardwareAddress, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vDHCPProcess_eWaitingOfferCorrectDHCPMessageGetNACKNoTimeout_MatchingMACAddress()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOS_IP_DiffConfig_utest.c373 memcpy( pxEndPoint->xMACAddress.ucBytes, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vReturnEthernetFrame_DuplicationSuccess()
412 MACAddress_t xCacheMACAddress = { { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66 } }; in test_vReturnEthernetFrame_DuplicationSuccessCacheHit()
428 memcpy( pxEndPoint->xMACAddress.ucBytes, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vReturnEthernetFrame_DuplicationSuccessCacheHit()
442 eARPGetCacheEntry_ReturnMemThruPtr_pxMACAddress( &xCacheMACAddress, sizeof( MACAddress_t ) ); in test_vReturnEthernetFrame_DuplicationSuccessCacheHit()
476 memcpy( pxEndPoint->xMACAddress.ucBytes, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vReturnEthernetFrame_xReleaseAfterSend()
519 memcpy( pxEndPoint->xMACAddress.ucBytes, ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_vReturnEthernetFrame_DataLenMoreThanRequired()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/xCheckRequiresARPResolution/
DxCheckRequiresARPResolution_harness.c58 MACAddress_t * const pxMACAddress, in eNDGetCacheEntry()
64 …__CPROVER_assert( __CPROVER_w_ok( pxMACAddress, sizeof( MACAddress_t ) ), "pxMACAddress must be wr… in eNDGetCacheEntry()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ulARPRemoveCacheEntryByMac/
DulARPRemoveCacheEntryByMac_harness.c15 const MACAddress_t xMACAddress; in harness()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/UDP/vProcessGeneratedUDPPacket/
DvProcessGeneratedUDPPacket_harness.c52 void vARPRefreshCacheEntry( const MACAddress_t * pxMACAddress, in vARPRefreshCacheEntry()
68 MACAddress_t * const pxMACAddress ) in eARPGetCacheEntry()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigCompatibleWithSingle/
DFreeRTOS_Routing_ConfigCompatibleWithSingle_utest.c807 const MACAddress_t xMACAddress = { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc }; in test_FreeRTOS_FindEndPointOnMAC_HappyPath()
816 memcpy( xEndPoint.xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_FreeRTOS_FindEndPointOnMAC_HappyPath()
840 const MACAddress_t xMACAddress = { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc }; in test_FreeRTOS_FindEndPointOnMAC_NullMAC()
844 memcpy( xEndPoint.xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_FreeRTOS_FindEndPointOnMAC_NullMAC()
869 const MACAddress_t xMACAddress = { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc }; in test_FreeRTOS_FindEndPointOnMAC_NotFound()
871 MACAddress_t * pxQueryMACAddress = NULL; in test_FreeRTOS_FindEndPointOnMAC_NotFound()
879 memcpy( xEndPoint.xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_FreeRTOS_FindEndPointOnMAC_NotFound()
883 pxQueryMACAddress = ( MACAddress_t * ) ( &ucDefaultMACAddress_IPv4 ); in test_FreeRTOS_FindEndPointOnMAC_NotFound()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ICMP/
DFreeRTOS_ICMP_stubs.c48 const MACAddress_t xLLMNR_MacAdress = { { 0x01, 0x00, 0x5e, 0x00, 0x00, 0xfc } };
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ICMP_wo_assert/
DFreeRTOS_ICMP_wo_assert_stubs.c48 const MACAddress_t xLLMNR_MacAdress = { { 0x01, 0x00, 0x5e, 0x00, 0x00, 0xfc } };
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPGetCacheEntryByMac/
DARPGetCacheEntryByMac_harness.c16 MACAddress_t xMACAddress; in harness()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c1508 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()
[all …]

123