Searched refs:M_PROTO2 (Results 1 – 9 of 9) sorted by relevance
67 #pragma D binding "1.13" M_PROTO268 inline int M_PROTO2 = 0x00004000; /* protocol-specific */ variable104 flags & M_PROTO2 ? "M_PROTO2" :
153 #define M_IGMPV3_HDR M_PROTO2 /* Packet has IGMPv3 headers */
651 #define M_IP6_NEXTHOP M_PROTO2 /* explicit ip nexthop */652 #define M_IP_NEXTHOP M_PROTO2 /* explicit ip nexthop */
201 #define M_BLOCKED M_PROTO2 /* M_NOTREADY in front of m */
484 #define M_PROTO2 0x00004000 /* protocol-specific */ macro499 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
133 #define M_URG M_PROTO2 /* Mark as urgent (oob). */
298 #define M_WEP M_PROTO2 /* WEP done by hardware */
133 cmd->aux->m_flags |= M_PROTO2; in ng_l2cap_l2ca_con_req()137 cmd->aux->m_flags |= M_PROTO2; in ng_l2cap_l2ca_con_req()
829 if(m->m_flags &M_PROTO2){ in ng_l2cap_lp_deliver()