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

/xnu-2782.1.97/bsd/net/
H A Dif.c3340 int lastref, ll_lastref = 0, lladdr; local
3383 lastref = if_detach_ifma(ifp, ifma, anon);
3384 VERIFY(!lastref || (!(ifma->ifma_debug & IFD_ATTACHED) &&
3391 if (lastref && ll != NULL) {
3398 if (lastref)
3401 if ((ll == NULL && lastref && lladdr) || ll_lastref) {
3411 if (lastref)
/xnu-2782.1.97/bsd/netinet/
H A Digmp.c2028 int lastref; local
2037 lastref = in_multi_detach(inm);
2038 VERIFY(!lastref || (!(inm->inm_debug & IFD_ATTACHED) &&
2045 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-2782.1.97/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.c1741 int lastref; local
1750 lastref = in6_multi_detach(inm);
1751 VERIFY(!lastref || (!(inm->in6m_debug & IFD_ATTACHED) &&
1758 if (lastref) {

Completed in 123 milliseconds