Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet6/
Din6_ifattach.c64 static int get_hw_ifid(struct ifnet *, struct in6_addr *);
125 get_hw_ifid(ifp, in6) in get_hw_ifid() function
268 if (get_hw_ifid(ifp0, in6) == 0) {
275 if (altifp && get_hw_ifid(altifp, in6) == 0) {
286 if (get_hw_ifid(ifp, in6) != 0)