Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/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.h256 ip6_output_hinted(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif_hint) : \
306 ip6_output_hinted(p, src, dest, ttl, tos, proto, netif_hint)
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dip6.c1349 ip6_output_hinted(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, function