Home
last modified time | relevance | path

Searched refs:M_PROMISC (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/tools/lldbmacros/
H A Dmbufdefines.py62 M_PROMISC = 0x2000 variable
/xnu-8019.80.24/bsd/net/
H A Dether_if_module.c395 m->m_flags |= M_PROMISC; in ether_demux()
H A Ddlil.c6030 (m->m_flags & M_PROMISC) != 0) { in dlil_input_packet_list_common()
/xnu-8019.80.24/bsd/sys/
H A Dmbuf.h655 #define M_PROMISC 0x2000 /* packet is promiscuous (shouldn't go to stack) */ macro
669 M_FIRSTFRAG|M_LASTFRAG|M_PROMISC|M_HASFCS)
/xnu-8019.80.24/bsd/kern/
H A Duipc_mbuf.c1567 _CASSERT(MBUF_PROMISC == M_PROMISC); in mbinit()