Searched refs:ip6_output_hinted (Results 1 – 3 of 3) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | ip6.h | 70 err_t ip6_output_hinted(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
|
H A D | ip.h | 256 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 D | ip6.c | 1349 ip6_output_hinted(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, function
|