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