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

  /src/sys/netinet6/
in6_ifattach.c 67 static int get_ifid(struct ifnet *, struct ifnet *, struct in6_addr *);
308 get_ifid(struct ifnet *ifp0, struct ifnet *altifp, function in typeref:typename:int
408 if (get_ifid(ifp, altifp, &ifra.ifra_addr.sin6_addr) != 0) {
in6_ifattach.c 67 static int get_ifid(struct ifnet *, struct ifnet *, struct in6_addr *);
308 get_ifid(struct ifnet *ifp0, struct ifnet *altifp, function in typeref:typename:int
408 if (get_ifid(ifp, altifp, &ifra.ifra_addr.sin6_addr) != 0) {

Completed in 22 milliseconds