Home
last modified time | relevance | path

Searched refs:in6_iid_from_hw (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/bsd/netinet6/
H A Din6_ifattach.h69 extern int in6_iid_from_hw(struct ifnet *, struct in6_addr *);
H A Din6_ifattach.c255 in6_iid_from_hw(struct ifnet *ifp, struct in6_addr *in6) in in6_iid_from_hw() function
412 if (in6_iid_from_hw(ifp0, in6) == 0) { in in6_select_iid_from_all_hw()
419 if (altifp && in6_iid_from_hw(altifp, in6) == 0) { in in6_select_iid_from_all_hw()
431 if (in6_iid_from_hw(ifp, in6) != 0) { in in6_select_iid_from_all_hw()
H A Dnd6_nbr.c2160 if (in6_iid_from_hw(ifp, &in6) != 0) { in nd6_dad_duplicated()