Search | Google it | Results 1 - 1 of 1 for funcall:m_copy from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if_ethersubr.c (0.00 seconds) |
301: if ((m->m_flags & M_BCAST) && (ifp->if_flags & IFF_SIMPLEX)) 302: mcopy = m_copy(m, 0, (int)M_COPYALL); 303: etype = htons(ETHERTYPE_IP); 389: if ((m->m_flags & M_BCAST) && (ifp->if_flags & IFF_SIMPLEX)) 390: mcopy = m_copy(m, 0, (int)M_COPYALL); 391: break; 412: if ((m->m_flags & M_BCAST) && (ifp->if_flags & IFF_SIMPLEX) && 413: (mcopy = m_copy(m, 0, (int)M_COPYALL))) { 414: M_PREPEND(mcopy, sizeof (*eh), M_DONTWAIT);