HomeSort by: relevance | last modified time | path
    Searched defs:in6_get_hw_ifid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
in6_ifattach.c 169 in6_get_hw_ifid(struct ifnet *ifp, struct in6_addr *in6) function in typeref:typename:int
315 if (in6_get_hw_ifid(ifp0, in6) == 0) {
322 if (altifp && in6_get_hw_ifid(altifp, in6) == 0) {
333 if (in6_get_hw_ifid(ifp, in6) != 0)
in6_ifattach.c 169 in6_get_hw_ifid(struct ifnet *ifp, struct in6_addr *in6) function in typeref:typename:int
315 if (in6_get_hw_ifid(ifp0, in6) == 0) {
322 if (altifp && in6_get_hw_ifid(altifp, in6) == 0) {
333 if (in6_get_hw_ifid(ifp, in6) != 0)

Completed in 678 milliseconds