Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_ifattach.h45 int in6_get_hw_ifid(struct ifnet *, struct in6_addr *);
H A Din6_ifattach.c241 in6_get_hw_ifid(struct ifnet *ifp, struct in6_addr *in6) in in6_get_hw_ifid() function
366 if (in6_get_hw_ifid(ifp0, in6) == 0) { in get_ifid()
373 if (altifp && in6_get_hw_ifid(altifp, in6) == 0) { in get_ifid()
383 if (in6_get_hw_ifid(ifp, in6) != 0) in get_ifid()
H A Dnd6_nbr.c1491 if (in6_get_hw_ifid(ifp, &in6) == 0 && in nd6_dad_duplicated()