Home
last modified time | relevance | path

Searched refs:NG_L2CAP_OPT_QOS_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h143 #define NG_L2CAP_OPT_QOS_SIZE sizeof(ng_l2cap_flow_t) macro
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c1453 if (hdr->length != NG_L2CAP_OPT_QOS_SIZE || len < hdr->length) in get_next_l2cap_opt()
1456 m_copydata(m, *off, NG_L2CAP_OPT_QOS_SIZE, (caddr_t) val); in get_next_l2cap_opt()
1463 *off += NG_L2CAP_OPT_QOS_SIZE; in get_next_l2cap_opt()