Home
last modified time | relevance | path

Searched refs:IP6_ADDR_BLOCK8 (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip6_addr.h97 #define IP6_ADDR_BLOCK8(ip6addr) ((u16_t)((lwip_htonl((ip6addr)->addr[3])) & 0xffff)) macro
325 (u16_t)((ipaddr) != NULL ? IP6_ADDR_BLOCK8(ipaddr) : 0))
335 IP6_ADDR_BLOCK8(&(ipaddr)))
/third_party/lwip/src/core/ipv6/
Dip6.c442 IP6_ADDR_BLOCK8(ip6_current_dest_addr())));
509 IP6_ADDR_BLOCK8(ip6_current_dest_addr())));
1392 IP6_ADDR_BLOCK8(dest)));
1452 IP6_ADDR_BLOCK8(dest)));
1550 IP6_ADDR_BLOCK8(&(ip6hdr->src))));
1561 IP6_ADDR_BLOCK8(&(ip6hdr->dest))));