Searched refs:M_PROMISC (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dether_if_module.c384 m->m_flags |= M_PROMISC;
H A Ddlil.c3371 if (error != 0 || ((m->m_flags & M_PROMISC) != 0) ) {
/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h508 #define M_PROMISC 0x2000 /* packet is promiscuous (shouldn't go to stack) */ macro
522 M_FIRSTFRAG|M_LASTFRAG|M_PROMISC|M_HASFCS)
/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c1361 _CASSERT(MBUF_PROMISC == M_PROMISC);

Completed in 43 milliseconds