Searched refs:ip6_output_hinted (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Dip6.h70 err_t ip6_output_hinted(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
H A Dip.h249 ip6_output_hinted(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, addr_hint) : \
297 ip6_output_hinted(p, src, dest, ttl, tos, proto, addr_hint)
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6.c996 ip6_output_hinted(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, function

Completed in 32 milliseconds