Searched refs:ng_hci_scodata_pkt_t (Results 1 – 6 of 6) sorted by relevance
929 if (m->m_pkthdr.len < sizeof(ng_hci_scodata_pkt_t) || in ng_hci_sco_rcvdata()930 m->m_pkthdr.len > sizeof(ng_hci_scodata_pkt_t) + size) { in ng_hci_sco_rcvdata()940 NG_HCI_M_PULLUP(m, sizeof(ng_hci_scodata_pkt_t)); in ng_hci_sco_rcvdata()947 mtod(m, ng_hci_scodata_pkt_t *)->con_handle)); in ng_hci_sco_rcvdata()948 size = mtod(m, ng_hci_scodata_pkt_t *)->length; in ng_hci_sco_rcvdata()950 if (m->m_pkthdr.len != sizeof(ng_hci_scodata_pkt_t) + size) { in ng_hci_sco_rcvdata()
1290 want = sizeof(ng_hci_scodata_pkt_t); in ubt_isoc_read_one_frame()1297 want = sizeof(ng_hci_scodata_pkt_t); in ubt_isoc_read_one_frame()1300 want += mtod(m, ng_hci_scodata_pkt_t *)->length; in ubt_isoc_read_one_frame()1322 mtod(m, ng_hci_scodata_pkt_t *)->length); in ubt_isoc_read_one_frame()
699 ng_hci_scodata_pkt_t *hdr = NULL; in ng_btsocket_sco_data_input()731 hdr = mtod(m, ng_hci_scodata_pkt_t *); in ng_btsocket_sco_data_input()1739 ng_hci_scodata_pkt_t *hdr = NULL; in ng_btsocket_sco_send2()1765 hdr = mtod(m, ng_hci_scodata_pkt_t *); in ng_btsocket_sco_send2()
426 sc->want = sizeof(ng_hci_scodata_pkt_t); in ng_h4_input()458 c = ((ng_hci_scodata_pkt_t *)(sc->ibuf))->length; in ng_h4_input()
194 ng_hci_scodata_pkt_t *h = (ng_hci_scodata_pkt_t *) buf; in bt_devrecv()
431 } __attribute__ ((packed)) ng_hci_scodata_pkt_t; typedef