OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hci_acldata_hdr_t
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libbluetooth/
bt_dev.c
290
if (sizeof(
hci_acldata_hdr_t
) > (size_t)n
291
|| sizeof(
hci_acldata_hdr_t
) + le16dec(p + 3) != (size_t)n)
/src/sys/dev/bluetooth/
btuart.c
403
sc->sc_want = sizeof(
hci_acldata_hdr_t
) - 1;
433
sc->sc_want = mtod(m,
hci_acldata_hdr_t
*)->length;
/src/sys/netbt/
hci_socket.c
849
KASSERT(m->m_len >= sizeof(
hci_acldata_hdr_t
));
850
arg1 = le16toh(mtod(m,
hci_acldata_hdr_t
*)->con_handle);
hci_link.c
428
hci_acldata_hdr_t
hdr;
626
hci_acldata_hdr_t
*hdr;
670
hdr = mtod(m,
hci_acldata_hdr_t
*);
hci.h
447
} __packed
hci_acldata_hdr_t
;
typedef in typeref:struct:__anonf724d2110208 __packed
450
#define HCI_ACL_PKT_SIZE (sizeof(
hci_acldata_hdr_t
) + 0xffff)
/src/sys/dev/pcmcia/
bt3c.c
355
sc->sc_want = sizeof(
hci_acldata_hdr_t
) - 1;
385
sc->sc_want = mtod(m,
hci_acldata_hdr_t
*)->length;
btbc.c
463
sc->sc_want = sizeof(
hci_acldata_hdr_t
) - 1;
493
sc->sc_want = mtod(m,
hci_acldata_hdr_t
*)->length;
/src/sys/dev/usb/
ubt.c
1644
if (count < sizeof(
hci_acldata_hdr_t
) - 1) {
Completed in 22 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025