Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dmld6_var.h91 #define M_MLDV1 M_PROTO1 /* Packet is MLDv1 */
H A Din6.h656 #define M_FASTFWD_OURS M_PROTO1 /* changed dst to local */
/f-stack/tools/compat/include/netinet/
H A Digmp_var.h156 #define M_IGMPV2 M_PROTO1 /* Packet is IGMPv2 */
/f-stack/freebsd/netinet/
H A Digmp_var.h156 #define M_IGMPV2 M_PROTO1 /* Packet is IGMPv2 */
H A Dsctp_os_bsd.h409 #define M_NOTIFICATION M_PROTO1 /* SCTP notification */
/f-stack/tools/compat/include/sys/
H A Dsockbuf.h139 #define M_NOTREADY M_PROTO1 /* m_data not populated yet */
H A Dmbuf.h269 #define M_PROTO1 0x00001000 /* protocol-specific */ macro
288 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
/f-stack/freebsd/sys/
H A Dsockbuf.h139 #define M_NOTREADY M_PROTO1 /* m_data not populated yet */
H A Dmbuf.h466 #define M_PROTO1 0x00002000 /* protocol-specific */ macro
484 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.h281 #define M_ENCAP M_PROTO1 /* 802.11 encap done */
297 #define M_AMPDU M_PROTO1 /* A-MPDU subframe */
/f-stack/tools/compat/include/netinet6/
H A Din6.h656 #define M_FASTFWD_OURS M_PROTO1 /* changed dst to local */
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c715 m->m_flags |= M_PROTO1; /* mark as incoming packet */ in ng_hci_drv_rcvdata()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c462 dir = (m->m_flags & M_PROTO1)? 1 : 0; in ng_btsocket_hci_raw_savctl()