Home
last modified time | relevance | path

Searched refs:M_PROTO2 (Results 1 – 9 of 9) sorted by relevance

/freebsd/share/dtrace/
H A Dmbuf.d67 #pragma D binding "1.13" M_PROTO2
68 inline int M_PROTO2 = 0x00004000; /* protocol-specific */ variable
104 flags & M_PROTO2 ? "M_PROTO2" :
/freebsd/sys/netinet/
H A Digmp_var.h153 #define M_IGMPV3_HDR M_PROTO2 /* Packet has IGMPv3 headers */
/freebsd/sys/netinet6/
H A Din6.h651 #define M_IP6_NEXTHOP M_PROTO2 /* explicit ip nexthop */
652 #define M_IP_NEXTHOP M_PROTO2 /* explicit ip nexthop */
/freebsd/sys/sys/
H A Dsockbuf.h201 #define M_BLOCKED M_PROTO2 /* M_NOTREADY in front of m */
H A Dmbuf.h484 #define M_PROTO2 0x00004000 /* protocol-specific */ macro
499 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h133 #define M_URG M_PROTO2 /* Mark as urgent (oob). */
/freebsd/sys/net80211/
H A Dieee80211_freebsd.h298 #define M_WEP M_PROTO2 /* WEP done by hardware */
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c133 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()
H A Dng_l2cap_llpi.c829 if(m->m_flags &M_PROTO2){ in ng_l2cap_lp_deliver()