hci_scodata_hdr_t
if (sizeof(hci_scodata_hdr_t) > (size_t)n
|| sizeof(hci_scodata_hdr_t) + p[3] != (size_t)n)
sc->sc_want = sizeof(hci_scodata_hdr_t) - 1;
sc->sc_want = mtod(m, hci_scodata_hdr_t *)->length;
sc->sc_want = sizeof(hci_scodata_hdr_t) - 1;
sc->sc_want = mtod(m, hci_scodata_hdr_t *)->length;
sc->sc_want = sizeof(hci_scodata_hdr_t) - 1;
sc->sc_want = mtod(m, hci_scodata_hdr_t *)->length;
want = sizeof(hci_scodata_hdr_t);
want += mtod(m, hci_scodata_hdr_t *)->length ;
want = sizeof(hci_scodata_hdr_t);
if (want == sizeof(hci_scodata_hdr_t)) {
mtod(m, hci_scodata_hdr_t *)->length;
#define HCI_SCO_PKT_SIZE (sizeof(hci_scodata_hdr_t) + 0xff)
hci_scodata_hdr_t hdr;
KASSERT(m->m_len >= sizeof(hci_scodata_hdr_t));
arg1 = le16toh(mtod(m, hci_scodata_hdr_t *)->con_handle);
hci_scodata_hdr_t *hdr;
M_PREPEND(m, sizeof(hci_scodata_hdr_t), M_DONTWAIT);
hdr = mtod(m, hci_scodata_hdr_t *);