l2cap_hdr_t       468 netbt/hci_link.c 		if (m->m_pkthdr.len < sizeof(l2cap_hdr_t)) {
l2cap_hdr_t       501 netbt/hci_link.c 	want = letoh16(want) + sizeof(l2cap_hdr_t) - got;
l2cap_hdr_t       113 netbt/l2cap_lower.c 	l2cap_hdr_t hdr;
l2cap_hdr_t       896 netbt/l2cap_signal.c 	l2cap_hdr_t *hdr;
l2cap_hdr_t       912 netbt/l2cap_signal.c 	hdr = mtod(m, l2cap_hdr_t *);
l2cap_hdr_t       376 netbt/l2cap_upper.c 	l2cap_hdr_t *hdr;
l2cap_hdr_t       390 netbt/l2cap_upper.c 	M_PREPEND(m, sizeof(l2cap_hdr_t), M_DONTWAIT);
l2cap_hdr_t       394 netbt/l2cap_upper.c 	hdr = mtod(m, l2cap_hdr_t *);