Home
last modified time | relevance | path

Searched refs:M_PROTO1 (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dmbufdefines.py51 M_PROTO1 = 0x0008 variable
/xnu-12377.41.6/bsd/netinet6/
H A Dmld6_var.h160 #define M_MLDV1 M_PROTO1 /* Packet is MLDv1 */
/xnu-12377.41.6/bsd/netinet/
H A Digmp_var.h244 #define M_IGMPV2 M_PROTO1 /* Packet is IGMPv2 */
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h726 #define M_PROTO1 0x0008 /* protocol-specific */ macro
746 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO5)
750 (M_PKTHDR|M_EOR|M_PROTO1|M_PROTO2|M_PROTO3 | \
/xnu-12377.41.6/bsd/net/
H A Ddlil_output.c364 m->m_flags &= ~M_PROTO1; in dlil_output()
H A Dif_bridge.c2408 if ((m->m_flags & M_PROTO1)) { in bridge_iff_input()
2498 if ((m->m_flags & M_PROTO1)) { in bridge_iff_output()
5392 scan->m_flags |= M_PROTO1; /* set to avoid loops */
5831 scan->m_flags |= M_PROTO1; /* set to avoid loops */
6277 mc_in->m_flags |= M_PROTO1; /* set to avoid loops */
10020 if ((scan->m_flags & M_PROTO1) != 0) {
H A Ddlil_input.c1327 (*m_p)->m_flags &= ~M_PROTO1; in dlil_interface_filters_input()
H A Dbridgestp.c474 m->m_flags |= M_PROTO1; //set to avoid loops in bstp_enqueue()