Home
last modified time | relevance | path

Searched refs:ng_hci_scodata_pkt_t (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/netgraph/bluetooth/hci/
HDng_hci_main.c929 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()
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/ubt/
HDng_ubt.c1290 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()
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
HDng_btsocket_sco.c699 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()
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/h4/
HDng_h4.c426 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()
/freebsd-13-stable/lib/libbluetooth/
HDhci.c194 ng_hci_scodata_pkt_t *h = (ng_hci_scodata_pkt_t *) buf; in bt_devrecv()
/freebsd-13-stable/sys/netgraph/bluetooth/include/
HDng_hci.h431 } __attribute__ ((packed)) ng_hci_scodata_pkt_t; typedef