Searched refs:ip6_output_if (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | ip.h | 238 ip6_output_if(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif) : \ 251 ip6_output_if(p, ip_2_ip6(src), LWIP_IP_HDRINCL, 0, 0, 0, netif) : \ 302 ip6_output_if(p, src, dest, ttl, tos, proto, netif) 308 ip6_output_if(p, src, LWIP_IP_HDRINCL, 0, 0, 0, netif)
|
D | ip6.h | 65 err_t ip6_output_if(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
|
/third_party/lwip/src/core/ipv6/ |
D | icmp6.c | 194 ip6_output_if(r, reply_src, ip6_current_src_addr(), in icmp6_input() 430 ip6_output_if(q, reply_src, reply_dest, LWIP_ICMP6_HL, 0, IP6_NEXTH_ICMP6, netif); in icmp6_send_response_with_addrs_and_netif()
|
D | ip6.c | 1149 ip6_output_if(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest, function 1325 return ip6_output_if(p, src, dest, hl, tc, nexth, netif); 1386 err = ip6_output_if(p, src, dest, hl, tc, nexth, netif);
|
D | mld6.c | 621 ip6_output_if(p, (ip6_addr_isany(src_addr)) ? NULL : src_addr, &(group->group_address), in mld6_send()
|
D | nd6.c | 1253 ip6_output_if(p, (src_addr == IP6_ADDR_ANY6) ? NULL : src_addr, target_addr, in nd6_send_ns() 1329 ip6_output_if(p, src_addr, dest_addr, in nd6_send_na() 1397 err = ip6_output_if(p, (src_addr == IP6_ADDR_ANY6) ? NULL : src_addr, &multicast_address, in nd6_send_rs()
|
/third_party/lwip/ |
D | CHANGELOG | 334 * ip6.c: Patch #9250: fix source substitution in ip6_output_if()
|