Home
last modified time | relevance | path

Searched refs:__ipv6_addr_type (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv6/
H A Daddrconf_core.c38 int __ipv6_addr_type(const struct in6_addr *addr) in __ipv6_addr_type() function
90 EXPORT_SYMBOL(__ipv6_addr_type);
H A Draw.c822 __ipv6_addr_needs_scope_id(__ipv6_addr_type(daddr))) in rawv6_sendmsg()
H A Ddatagram.c815 addr_type = __ipv6_addr_type(&src_info->ipi6_addr); in ip6_datagram_send_ctl()
H A Dudp.c1607 __ipv6_addr_needs_scope_id(__ipv6_addr_type(daddr))) in udpv6_sendmsg()
H A Daddrconf.c1743 score->addr_type = __ipv6_addr_type(&score->ifa->addr); in __ipv6_dev_get_saddr()
1825 dst_type = __ipv6_addr_type(daddr); in ipv6_dev_get_saddr()
/linux/include/net/
H A Dipv6.h469 int __ipv6_addr_type(const struct in6_addr *addr);
472 return __ipv6_addr_type(addr) & 0xffff; in ipv6_addr_type()
477 return __ipv6_addr_type(addr) & IPV6_ADDR_SCOPE_MASK; in ipv6_addr_scope()
487 return __ipv6_addr_src_scope(__ipv6_addr_type(addr)); in ipv6_addr_src_scope()
499 return __ipv6_addr_needs_scope_id(__ipv6_addr_type(addr)) ? iface : 0; in ipv6_iface_scope_id()