Home
last modified time | relevance | path

Searched defs:M_PROMISC (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/tools/lldbmacros/
H A Dmbufdefines.py62 M_PROMISC = 0x2000 variable
/xnu-12377.1.9/bsd/sys/
H A Dmbuf.h738 #define M_PROMISC 0x2000 /* packet is promiscuous (shouldn't go to stack) */ macro