Searched refs:in6_iid_from_hw (Results 1 – 3 of 3) sorted by relevance
69 extern int in6_iid_from_hw(struct ifnet *, struct in6_addr *);
255 in6_iid_from_hw(struct ifnet *ifp, struct in6_addr *in6) in in6_iid_from_hw() function412 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()
2160 if (in6_iid_from_hw(ifp, &in6) != 0) { in nd6_dad_duplicated()