Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Digmp_var.h157 #define M_IGMPV3_HDR M_PROTO2 /* Packet has IGMPv3 headers */
/f-stack/freebsd/netinet/
H A Digmp_var.h157 #define M_IGMPV3_HDR M_PROTO2 /* Packet has IGMPv3 headers */
/f-stack/tools/compat/include/netinet6/
H A Din6.h657 #define M_IP6_NEXTHOP M_PROTO2 /* explicit ip nexthop */
658 #define M_IP_NEXTHOP M_PROTO2 /* explicit ip nexthop */
/f-stack/freebsd/netinet6/
H A Din6.h657 #define M_IP6_NEXTHOP M_PROTO2 /* explicit ip nexthop */
658 #define M_IP_NEXTHOP M_PROTO2 /* explicit ip nexthop */
/f-stack/tools/compat/include/sys/
H A Dsockbuf.h140 #define M_BLOCKED M_PROTO2 /* M_NOTREADY in front of m */
H A Dmbuf.h270 #define M_PROTO2 0x00002000 /* 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.h140 #define M_BLOCKED M_PROTO2 /* M_NOTREADY in front of m */
H A Dmbuf.h467 #define M_PROTO2 0x00004000 /* 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.h298 #define M_WEP M_PROTO2 /* WEP done by hardware */
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c134 cmd->aux->m_flags |= M_PROTO2; in ng_l2cap_l2ca_con_req()
138 cmd->aux->m_flags |= M_PROTO2; in ng_l2cap_l2ca_con_req()
H A Dng_l2cap_llpi.c830 if(m->m_flags &M_PROTO2){ in ng_l2cap_lp_deliver()