Searched refs:ip6_route (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Dip6.h60 struct netif *ip6_route(const ip6_addr_t *src, const ip6_addr_t *dest);
H A Dip.h253 * Get netif for address combination. See \ref ip6_route and \ref ip4_route
257 ip6_route(ip_2_ip6(src), ip_2_ip6(dest)) : \
299 ip6_route(src, dest)
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6.c84 ip6_route(const ip6_addr_t *src, const ip6_addr_t *dest) function
303 netif = ip6_route(IP6_ADDR_ANY6, ip6_current_dest_addr());
948 netif = ip6_route(src, dest);
954 netif = ip6_route(&src_addr, &dest_addr);
1007 netif = ip6_route(src, dest);
1013 netif = ip6_route(&src_addr, &dest_addr);
H A Dicmp6.c314 netif = ip6_route(reply_src, reply_dest);

Completed in 32 milliseconds