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