Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Updated Jun 2025

FreeRTOS_MatchingEndpoint()

[Ethernet Driver Porting API]

FreeRTOS_Routing.h

1NetworkEndPoint_t * FreeRTOS_MatchingEndpoint( const NetworkInterface_t * pxNetworkInterface,
2 const uint8_t * pucEthernetBuffer );

FreeRTOS_MatchingEndpoint() is used to find out the best matching end-point given an incoming Ethernet packet.

Parameters:

pxInterface The interface on which the packet was received. pucEthernetBuffer The Ethernet packet that was just received.

Returns:

The end-point that should handle the incoming Ethernet packet.

Example usage:

Examples are provided on the Porting FreeRTOS to a Different Microcontroller page. Search for FreeRTOS_MatchingEndpoint() on that page to find example source code.