Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_ifattach.h44 int in6_get_hw_ifid(struct ifnet *, struct in6_addr *);
H A Din6_ifattach.c239 in6_get_hw_ifid(struct ifnet *ifp, struct in6_addr *in6) in in6_get_hw_ifid() function
364 if (in6_get_hw_ifid(ifp0, in6) == 0) { in get_ifid()
371 if (altifp && in6_get_hw_ifid(altifp, in6) == 0) { in get_ifid()
381 if (in6_get_hw_ifid(ifp, in6) != 0) in get_ifid()
H A Dnd6_nbr.c1535 if (in6_get_hw_ifid(ifp, &in6) == 0 && in nd6_dad_duplicated()