Lines Matching refs:pxEthernetHeader
1272 EthernetHeader_t * pxEthernetHeader; in FreeRTOS_SendPingRequest() local
1297 pxEthernetHeader = ( ( EthernetHeader_t * ) pxNetworkBuffer->pucEthernetBuffer ); in FreeRTOS_SendPingRequest()
1298 pxEthernetHeader->usFrameType = ipIPv4_FRAME_TYPE; in FreeRTOS_SendPingRequest()
1452 const EthernetHeader_t * pxEthernetHeader = NULL; in eConsiderFrameForProcessing() local
1466 pxEthernetHeader = ( ( const EthernetHeader_t * ) pucEthernetBuffer ); in eConsiderFrameForProcessing()
1470 pxEndPoint = FreeRTOS_FindEndPointOnMAC( &( pxEthernetHeader->xDestinationAddress ), NULL ); in eConsiderFrameForProcessing()
1477 …else if( memcmp( xBroadcastMACAddress.ucBytes, pxEthernetHeader->xDestinationAddress.ucBytes, size… in eConsiderFrameForProcessing()
1484 …if( memcmp( xLLMNR_MacAdress.ucBytes, pxEthernetHeader->xDestinationAddress.ucBytes, sizeof( MACAd… in eConsiderFrameForProcessing()
1492 …if( memcmp( xMDNS_MacAdress.ucBytes, pxEthernetHeader->xDestinationAddress.ucBytes, sizeof( MACAdd… in eConsiderFrameForProcessing()
1499 … if( ( pxEthernetHeader->xDestinationAddress.ucBytes[ 0 ] == ipMULTICAST_MAC_ADDRESS_IPv6_0 ) && in eConsiderFrameForProcessing()
1500 … ( pxEthernetHeader->xDestinationAddress.ucBytes[ 1 ] == ipMULTICAST_MAC_ADDRESS_IPv6_1 ) ) in eConsiderFrameForProcessing()
1519 usFrameType = pxEthernetHeader->usFrameType; in eConsiderFrameForProcessing()
1543 const EthernetHeader_t * pxEthernetHeader; in prvProcessEthernetPacket() local
1560 pxEthernetHeader = ( ( const EthernetHeader_t * ) pxNetworkBuffer->pucEthernetBuffer ); in prvProcessEthernetPacket()
1568 switch( pxEthernetHeader->usFrameType ) in prvProcessEthernetPacket()