Searched refs:ip6_current_dest_addr (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/core/ipv6/ |
D | ip6.c | 423 if (ip6_addr_islinklocal(ip6_current_dest_addr()) || 424 ip6_addr_isloopback(ip6_current_dest_addr())) { 432 netif = ip6_route(IP6_ADDR_ANY6, ip6_current_dest_addr()); 435 IP6_ADDR_BLOCK1(ip6_current_dest_addr()), 436 IP6_ADDR_BLOCK2(ip6_current_dest_addr()), 437 IP6_ADDR_BLOCK3(ip6_current_dest_addr()), 438 IP6_ADDR_BLOCK4(ip6_current_dest_addr()), 439 IP6_ADDR_BLOCK5(ip6_current_dest_addr()), 440 IP6_ADDR_BLOCK6(ip6_current_dest_addr()), 441 IP6_ADDR_BLOCK7(ip6_current_dest_addr()), [all …]
|
D | icmp6.c | 105 ip6_current_dest_addr()) != 0) { in icmp6_input() 138 if (ip6_addr_ismulticast(ip6_current_dest_addr())) { in icmp6_input() 166 if (ip6_addr_ismulticast(ip6_current_dest_addr())) { in icmp6_input() 179 reply_src = ip6_current_dest_addr(); in icmp6_input()
|
D | mld6.c | 248 if (ip6_addr_isallnodes_linklocal(ip6_current_dest_addr()) && in mld6_input() 265 group = mld6_lookfor_group(inp, ip6_current_dest_addr()); in mld6_input() 277 group = mld6_lookfor_group(inp, ip6_current_dest_addr()); in mld6_input()
|
D | ip6_frag.c | 344 ip6_addr_cmp_packed(ip6_current_dest_addr(), &(IPV6_FRAG_DEST(ipr)), ipr->dest_zone)) { in ip6_reass() 398 ipr->dest_zone = ip6_addr_zone(ip6_current_dest_addr()); in ip6_reass()
|
D | nd6.c | 331 if (ip6_addr_ismulticast(ip6_current_dest_addr())) { in nd6_input()
|
/third_party/lwip/src/include/lwip/ |
D | ip.h | 188 #define ip6_current_dest_addr() (ip_2_ip6(&ip_data.current_iphdr_dest)) macro 234 #define ip6_current_dest_addr() (&ip_data.current_iphdr_dest) macro
|
/third_party/lwip/src/core/ |
D | udp.c | 337 for_us = netif_get_ip6_addr_match(inp, ip6_current_dest_addr()) >= 0;
|