OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bthdr
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
pcap-bt-monitor-linux.c
84
pcap_bluetooth_linux_monitor_header *
bthdr
;
local
89
bthdr
= (pcap_bluetooth_linux_monitor_header*)(void *)pktd;
129
bthdr
->adapter_id = htons(hdr.index);
130
bthdr
->opcode = htons(hdr.opcode);
pcap-bt-linux.c
306
pcap_bluetooth_h4_header*
bthdr
;
local
311
bthdr
= (pcap_bluetooth_h4_header*)(void *)pktd;
357
bthdr
->direction = htonl(in != 0);
Completed in 3110 milliseconds