Home
last modified time | relevance | path

Searched refs:M_PROTO5 (Results 1 – 4 of 4) sorted by relevance

/freebsd/share/dtrace/
H A Dmbuf.d73 #pragma D binding "1.13" M_PROTO5
74 inline int M_PROTO5 = 0x00020000; /* protocol-specific */ variable
107 flags & M_PROTO5 ? "M_PROTO5" :
/freebsd/sys/netinet6/
H A Din6.h655 #define M_DECRYPTED M_PROTO5
/freebsd/sys/sys/
H A Dmbuf.h487 #define M_PROTO5 0x00020000 /* protocol-specific */ macro
499 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
/freebsd/sys/net80211/
H A Dieee80211_freebsd.h294 #define M_MORE_DATA M_PROTO5 /* more data frames to follow */