ng_hci_scodata_pkt_t
sc->want = sizeof(ng_hci_scodata_pkt_t);
c = mtod(sc->m, ng_hci_scodata_pkt_t*)->length;
sc->want = sizeof(ng_hci_scodata_pkt_t);
c = ((ng_hci_scodata_pkt_t *)(sc->ibuf))->length;
want = sizeof(ng_hci_scodata_pkt_t);
want = sizeof(ng_hci_scodata_pkt_t);
want += mtod(m, ng_hci_scodata_pkt_t *)->length;
mtod(m, ng_hci_scodata_pkt_t *)->length);
if (m->m_pkthdr.len < sizeof(ng_hci_scodata_pkt_t) ||
m->m_pkthdr.len > sizeof(ng_hci_scodata_pkt_t) + size) {
NG_HCI_M_PULLUP(m, sizeof(ng_hci_scodata_pkt_t));
mtod(m, ng_hci_scodata_pkt_t *)->con_handle));
size = mtod(m, ng_hci_scodata_pkt_t *)->length;
if (m->m_pkthdr.len != sizeof(ng_hci_scodata_pkt_t) + size) {