Searched refs:ip6a_dstia6 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c1220 if (n->ip6a_dstia6 != NULL)
1221 IFA_REMREF(&n->ip6a_dstia6->ia_ifa);
1222 n->ip6a_dstia6 = ia6;
1235 if (n->ip6a_dstia6 != NULL)
1236 IFA_ADDREF(&n->ip6a_dstia6->ia_ifa);
1237 return (n->ip6a_dstia6);
2080 if (n->ip6a_dstia6 != NULL) {
2081 IFA_REMREF(&n->ip6a_dstia6->ia_ifa);
2082 n->ip6a_dstia6 = NULL;
2093 if (dst->ip6a_dstia6 !
[all...]
H A Dip6_var.h341 struct in6_ifaddr *ip6a_dstia6; /* my ifaddr that matches ip6_dst */ member in struct:ip6aux

Completed in 43 milliseconds