Home
last modified time | relevance | path

Searched refs:ip6_output_if_src (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip6.h71 err_t ip6_output_if_src(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
Dip.h273 ip6_output_if_src(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif) : \
338 ip6_output_if_src(p, src, dest, ttl, tos, proto, netif)
/third_party/lwip/test/unit/ip6/
Dtest_ip6.c319 …err = ip6_output_if_src(hdr, ip_2_ip6(&my_addr), ip_2_ip6(&peer_addr), 15, 0, IP_PROTO_UDP, &test_… in START_TEST()
/third_party/lwip/
D0080-enable-ipv6.patch105 @@ -1232,6 +1236,10 @@ ip6_output_if_src(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *d…
116 @@ -1270,9 +1278,15 @@ ip6_output_if_src(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *d…
/third_party/lwip/src/core/ipv6/
Dip6.c1225 return ip6_output_if_src(p, src_used, dest, hl, tc, nexth, netif);
1233 ip6_output_if_src(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, function