Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/
H A Dmbufdefines.py54 M_PROTO1 = 0x0008 variable
/xnu-8020.140.41/bsd/netinet6/
H A Dmld6_var.h160 #define M_MLDV1 M_PROTO1 /* Packet is MLDv1 */
/xnu-8020.140.41/bsd/netinet/
H A Digmp_var.h244 #define M_IGMPV2 M_PROTO1 /* Packet is IGMPv2 */
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h643 #define M_PROTO1 0x0008 /* protocol-specific */ macro
663 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO5)
667 (M_PKTHDR|M_EOR|M_PROTO1|M_PROTO2|M_PROTO3 | \
/xnu-8020.140.41/bsd/net/
H A Dif_bridge.c2117 if ((m->m_flags & M_PROTO1)) { in bridge_iff_input()
2207 if ((m->m_flags & M_PROTO1)) { in bridge_iff_output()
4939 m->m_flags |= M_PROTO1; /* set to avoid loops */
5586 m->m_flags |= M_PROTO1; /* set to avoid loops */
6417 mc_in->m_flags |= M_PROTO1; /* set to avoid loops */
H A Dbridgestp.c474 m->m_flags |= M_PROTO1; //set to avoid loops in bstp_enqueue()
H A Ddlil.c5614 (*m_p)->m_flags &= ~M_PROTO1; in dlil_interface_filters_input()
6680 m->m_flags &= ~M_PROTO1; in dlil_output()