Home
last modified time | relevance | path

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

/openbmc/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 Ddatagram.c814 addr_type = __ipv6_addr_type(&src_info->ipi6_addr); in ip6_datagram_send_ctl()
H A Draw.c817 __ipv6_addr_needs_scope_id(__ipv6_addr_type(daddr))) in rawv6_sendmsg()
H A Dudp.c1465 __ipv6_addr_needs_scope_id(__ipv6_addr_type(daddr))) in udpv6_sendmsg()
H A Daddrconf.c1704 score->addr_type = __ipv6_addr_type(&score->ifa->addr); in __ipv6_dev_get_saddr()
1786 dst_type = __ipv6_addr_type(daddr); in ipv6_dev_get_saddr()
/openbmc/linux/include/net/
H A Dipv6.h550 int __ipv6_addr_type(const struct in6_addr *addr);
553 return __ipv6_addr_type(addr) & 0xffff; in ipv6_addr_type()
558 return __ipv6_addr_type(addr) & IPV6_ADDR_SCOPE_MASK; in ipv6_addr_scope()
568 return __ipv6_addr_src_scope(__ipv6_addr_type(addr)); in ipv6_addr_src_scope()
580 return __ipv6_addr_needs_scope_id(__ipv6_addr_type(addr)) ? iface : 0; in ipv6_iface_scope_id()