Searched refs:reply_src (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/core/ipv6/ |
D | icmp6.c | 87 const ip6_addr_t *reply_src; in icmp6_input() local 167 reply_src = ip_2_ip6(ip6_select_source_address(inp, ip6_current_src_addr())); in icmp6_input() 168 if (reply_src == NULL) { in icmp6_input() 179 reply_src = ip6_current_dest_addr(); in icmp6_input() 188 IP6_NEXTH_ICMP6, r->tot_len, reply_src, ip6_current_src_addr()); in icmp6_input() 194 ip6_output_if(r, reply_src, ip6_current_src_addr(), in icmp6_input() 311 const struct ip6_addr *reply_src, *reply_dest; in icmp6_send_response() local 318 reply_src = ip_2_ip6(ip6_select_source_address(netif, reply_dest)); in icmp6_send_response() 319 if (reply_src == NULL) { in icmp6_send_response() 323 icmp6_send_response_with_addrs_and_netif(p, code, data, type, reply_src, reply_dest, netif); in icmp6_send_response() [all …]
|