Searched refs:ip6_output_if_src (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | ip6.h | 71 err_t ip6_output_if_src(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
|
D | ip.h | 273 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/ |
D | test_ip6.c | 319 …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/ |
D | 0080-enable-ipv6.patch | 105 @@ -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/ |
D | ip6.c | 1225 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
|