Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dip.h257 ip4_output_hinted(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto, netif_hint))
286 ip4_output_hinted(p, src, dest, ttl, tos, proto, netif_hint)
H A Dip4.h79 err_t ip4_output_hinted(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest,
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4.c1065 ip4_output_hinted(struct pbuf *p, const ip4_addr_t *src, const ip4_addr_t *dest, function