ng_hci_scodata_pkt_t
ng_hci_scodata_pkt_t *h = (ng_hci_scodata_pkt_t *) buf;
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) {
ng_hci_scodata_pkt_t *hdr = NULL;
hdr = mtod(m, ng_hci_scodata_pkt_t *);
ng_hci_scodata_pkt_t *hdr = NULL;
hdr = mtod(m, ng_hci_scodata_pkt_t *);