Searched refs:ip6_current_dest_addr (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6.c294 if (ip6_addr_islinklocal(ip6_current_dest_addr()) ||
295 ip6_addr_isloopback(ip6_current_dest_addr())) {
303 netif = ip6_route(IP6_ADDR_ANY6, ip6_current_dest_addr());
306 IP6_ADDR_BLOCK1(ip6_current_dest_addr()),
307 IP6_ADDR_BLOCK2(ip6_current_dest_addr()),
308 IP6_ADDR_BLOCK3(ip6_current_dest_addr()),
309 IP6_ADDR_BLOCK4(ip6_current_dest_addr()),
310 IP6_ADDR_BLOCK5(ip6_current_dest_addr()),
311 IP6_ADDR_BLOCK6(ip6_current_dest_addr()),
312 IP6_ADDR_BLOCK7(ip6_current_dest_addr()),
[all...]
H A Dicmp6.c103 ip6_current_dest_addr()) != 0) {
138 if (ip6_addr_ismulticast(ip6_current_dest_addr())) {
166 if (ip6_addr_ismulticast(ip6_current_dest_addr())) {
179 reply_src = ip6_current_dest_addr();
H A Dmld6.c243 if (ip6_addr_isallnodes_linklocal(ip6_current_dest_addr()) &&
260 group = mld6_lookfor_group(inp, ip6_current_dest_addr());
272 group = mld6_lookfor_group(inp, ip6_current_dest_addr());
H A Dip6_frag.c299 ip6_addr_cmp(ip6_current_dest_addr(), &(IPV6_FRAG_HDRREF(ipr->iphdr)->dest))) {
H A Dnd6.c160 if (ip6_addr_ismulticast(ip6_current_dest_addr())) {
/barrelfish-master/include/lwip2/lwip/
H A Dip.h159 #define ip6_current_dest_addr() (ip_2_ip6(&ip_data.current_iphdr_dest)) macro
205 #define ip6_current_dest_addr() (&ip_data.current_iphdr_dest) macro
/barrelfish-master/lib/lwip2/src/core/
H A Dudp.c292 for_us = netif_get_ip6_addr_match(inp, ip6_current_dest_addr()) >= 0;

Completed in 60 milliseconds