| lwIP
    2.0.3
    Lightweight IP stack | 
| Modules | |
| MLD6 | |
| Functions | |
| const ip_addr_t * | ip6_select_source_address (struct netif *netif, const ip6_addr_t *dest) | 
| 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.
| netif | the netif on which to send a packet | 
| dest | the destination we are trying to reach |