Searched refs:if_addmulti_doesexist (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/bsd/net/ |
| H A D | if.c | 4895 if_addmulti_doesexist(struct ifnet *ifp, const struct sockaddr *sa, in if_addmulti_doesexist() function 5081 error = if_addmulti_doesexist(ifp, sa, retifma, anon); in if_addmulti_common() 5133 error = if_addmulti_doesexist(ifp, sa, retifma, anon); in if_addmulti_common() 5141 if (if_addmulti_doesexist(ifp, llsa, &ifma->ifma_ll, 0) == 0) { in if_addmulti_common()
|