Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more
Modules | |
| MLD6 | |
Multicast listener discovery for IPv6. | |
Functions | |
| const ip_addr_t * | ip6_select_source_address (struct netif *netif, const ip6_addr_t *dest) |
| Select the best IPv6 source address for a given destination IPv6 address. | |
Function Documentation
| const ip_addr_t* ip6_select_source_address | ( | struct netif * | netif, |
| const ip6_addr_t * | dest | ||
| ) |
Select the best IPv6 source address for a given destination IPv6 address.
Loosely follows RFC 3484. "Strong host" behavior is assumed.
- Parameters:
-
netif the netif on which to send a packet dest the destination we are trying to reach
- Returns:
- the most suitable source address to use, or NULL if no suitable source address is found
Definition at line 203 of file lwip_ip6.c.
Generated on Tue Jul 12 2022 11:02:38 by
1.7.2