__ipv6_addr_type 242 include/net/ipv6.h extern int __ipv6_addr_type(const struct in6_addr *addr); __ipv6_addr_type 245 include/net/ipv6.h return __ipv6_addr_type(addr) & 0xffff; __ipv6_addr_type 250 include/net/ipv6.h return __ipv6_addr_type(addr) & IPV6_ADDR_SCOPE_MASK; __ipv6_addr_type 260 include/net/ipv6.h return __ipv6_addr_src_scope(__ipv6_addr_type(addr)); __ipv6_addr_type 1119 net/ipv6/addrconf.c dst_type = __ipv6_addr_type(daddr); __ipv6_addr_type 1174 net/ipv6/addrconf.c score->addr_type = __ipv6_addr_type(&score->ifa->addr); __ipv6_addr_type 539 net/ipv6/datagram.c addr_type = __ipv6_addr_type(&src_info->ipi6_addr);