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