Home
last modified time | relevance | path

Searched refs:M_PROTO9 (Results 1 – 5 of 5) sorted by relevance

/freebsd/share/dtrace/
H A Dmbuf.d81 #pragma D binding "1.13" M_PROTO9
82 inline int M_PROTO9 = 0x00200000; /* protocol-specific */ variable
111 flags & M_PROTO9 ? "M_PROTO9" :
/freebsd/sys/netinet6/
H A Din6.h659 #define M_FRAGMENTED M_PROTO9 /* contained fragment header */
/freebsd/sys/sys/
H A Dmbuf.h491 #define M_PROTO9 0x00200000 /* protocol-specific */ macro
500 M_PROTO9|M_PROTO10|M_PROTO11)
/freebsd/sys/net80211/
H A Dieee80211_freebsd.h288 #define M_FRAG M_PROTO9 /* frame fragmentation */
/freebsd/sys/netinet/
H A Dip_reass.c199 #define M_IP_FRAG M_PROTO9