OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hci_cmd_hdr_t
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/btkey/
device.c
64
uint8_t buf[sizeof(
hci_cmd_hdr_t
) + HCI_CMD_PKT_SIZE];
67
hci_cmd_hdr_t
*hdr;
80
hdr = (
hci_cmd_hdr_t
*)buf;
85
memcpy(buf + sizeof(
hci_cmd_hdr_t
), cptr, clen);
93
|| send(fd, buf, sizeof(
hci_cmd_hdr_t
) + clen, 0) < 0)
/src/usr.sbin/bthcid/
hci.c
329
hci_cmd_hdr_t
*h = (
hci_cmd_hdr_t
*)msg;
336
memcpy(msg + sizeof(
hci_cmd_hdr_t
), buf, len);
338
return sendto(sock, msg, sizeof(
hci_cmd_hdr_t
) + len, MSG_NOSIGNAL,
/src/sys/netbt/
hci_unit.c
307
hci_cmd_hdr_t
*p;
315
p = mtod(m,
hci_cmd_hdr_t
*);
319
m->m_pkthdr.len = m->m_len = sizeof(
hci_cmd_hdr_t
);
324
m_copyback(m, sizeof(
hci_cmd_hdr_t
), len, buf);
325
if (m->m_pkthdr.len != (sizeof(
hci_cmd_hdr_t
) + len)) {
hci_socket.c
216
hci_cmd_hdr_t
*hdr = (
hci_cmd_hdr_t
*)arg1;
599
hci_cmd_hdr_t
hdr;
844
KASSERT(m->m_len >= sizeof(
hci_cmd_hdr_t
));
845
arg1 = le16toh(mtod(m,
hci_cmd_hdr_t
*)->opcode);
hci.h
437
} __packed
hci_cmd_hdr_t
;
typedef in typeref:struct:__anonf724d2110108 __packed
440
#define HCI_CMD_PKT_SIZE (sizeof(
hci_cmd_hdr_t
) + 0xff)
2066
typedef
hci_cmd_hdr_t
hci_loopback_command_ep;
/src/share/examples/rump/btplay/
btplay.c
71
hci_cmd_hdr_t
*cmd;
/src/sys/dev/pcmcia/
btbc.c
342
hci_cmd_hdr_t
*p;
368
p = mtod(m,
hci_cmd_hdr_t
*);
372
m->m_pkthdr.len = m->m_len = sizeof(
hci_cmd_hdr_t
);
373
m_copyback(m, sizeof(
hci_cmd_hdr_t
), p->length, ¶m);
549
hci_cmd_hdr_t
*p;
563
p = mtod(m,
hci_cmd_hdr_t
*);
/src/lib/libbluetooth/
bt_dev.c
199
hci_cmd_hdr_t
hdr;
283
if (sizeof(
hci_cmd_hdr_t
) > (size_t)n
284
|| sizeof(
hci_cmd_hdr_t
) + p[3] != (size_t)n)
/src/usr.sbin/btattach/
btattach.c
369
hci_cmd_hdr_t
hdr;
Completed in 18 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025