OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_hdr
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/
bt-hci-csr.c
42
int
in_hdr
;
member in struct:csrhci_s
217
if (s->
in_hdr
!= sizeof(csrhci_neg_packet) ||
218
memcmp(pkt - 1, csrhci_neg_packet, s->
in_hdr
)) {
233
if (s->
in_hdr
!= 4 || pkt[1] != 0x55 || pkt[2] != 0x00) {
312
s->
in_hdr
= csrhci_header_len(s->inpkt) + 1;
314
if (s->in_len >= s->
in_hdr
&& plen < s->
in_hdr
)
315
s->in_data = csrhci_data_len(s->inpkt) + s->
in_hdr
;
322
s->
in_hdr
= INT_MAX;
394
s->
in_hdr
= INT_MAX
[
all
...]
Completed in 162 milliseconds