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