Searched refs:lastref (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif.c3282 int lastref, ll_lastref = 0, lladdr; local
3325 lastref = if_detach_ifma(ifp, ifma, anon);
3326 VERIFY(!lastref || (!(ifma->ifma_debug & IFD_ATTACHED) &&
3333 if (lastref && ll != NULL) {
3340 if (lastref)
3343 if ((ll == NULL && lastref && lladdr) || ll_lastref) {
3353 if (lastref)
/xnu-2422.115.4/bsd/netinet/
H A Digmp.c2024 int lastref; local
2033 lastref = in_multi_detach(inm);
2034 VERIFY(!lastref || (!(inm->inm_debug & IFD_ATTACHED) &&
2041 if (lastref) {
H A Din_mcast.c1355 int error, lastref; local
1399 lastref = in_multi_detach(inm);
1400 VERIFY(!lastref || (!(inm->inm_debug & IFD_ATTACHED) &&
1405 if (lastref)
/xnu-2422.115.4/bsd/netinet6/
H A Din6_mcast.c1335 int error, lastref; local
1378 lastref = in6_multi_detach(inm);
1379 VERIFY(!lastref || (!(inm->in6m_debug & IFD_ATTACHED) &&
1384 if (lastref)
H A Dmld6.c1737 int lastref; local
1746 lastref = in6_multi_detach(inm);
1747 VERIFY(!lastref || (!(inm->in6m_debug & IFD_ATTACHED) &&
1754 if (lastref) {

Completed in 108 milliseconds