Searched refs:in6_get_hw_ifid (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_ifattach.c120 int in6_get_hw_ifid(struct ifnet *, struct in6_addr *);
261 in6_get_hw_ifid( function
415 if (in6_get_hw_ifid(ifp0, in6) == 0) {
422 if (altifp && in6_get_hw_ifid(altifp, in6) == 0) {
433 if (in6_get_hw_ifid(ifp, in6) != 0)
H A Dnd6_nbr.c156 extern int in6_get_hw_ifid(struct ifnet *, struct in6_addr *);
2074 if (in6_get_hw_ifid(ifp, &in6) != 0)

Completed in 23 milliseconds