Searched refs:in6_addrscope (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dscope6.c219 in6_addrscope(addr) function
283 int scope = in6_addrscope(addr);
475 int index = in6_addrscope(addr);
517 scope = in6_addrscope(in6);
H A Din6_src.c369 dst_scope = in6_addrscope(&dst);
370 new_scope = in6_addrscope(&ia->ia_addr.sin6_addr);
500 in6_addrscope(&ia->ia_addr.sin6_addr));
H A Din6.c2938 int dst_scope = in6_addrscope(dst), src_scope, best_scope = 0;
2972 src_scope = in6_addrscope(IFA_IN6(ifa));
3198 best_scope = in6_addrscope(&ifa2ia6(ifa)->ia_addr.sin6_addr);
3240 int dst_scope = in6_addrscope(dst), blen = -1, tlen;
3286 if (dst_scope == in6_addrscope(IFA_IN6(ifa))) {
H A Din6.h837 extern int in6_addrscope(struct in6_addr *);
H A Dicmp6.c735 if ((icmp6_nodeinfo & 8) != 8 && in6_addrscope(&ip6->ip6_src) == IPV6_ADDR_SCOPE_GLOBAL)
1822 switch (in6_addrscope(&ifa6->ia_addr.sin6_addr)) {
1937 switch (in6_addrscope(&ifa6->ia_addr.sin6_addr)) {
H A Din6_prefix.c359 if (in6_addrscope(RP_IN6(ifpr2rp(ifpr))) ==

Completed in 37 milliseconds