Home
last modified time | relevance | path

Searched refs:bthdr (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/
Dpcap-bt-monitor-linux.c93 pcap_bluetooth_linux_monitor_header *bthdr; in bt_monitor_read() local
98 bthdr = (pcap_bluetooth_linux_monitor_header*)(void *)pktd; in bt_monitor_read()
138 bthdr->adapter_id = htons(hdr.index); in bt_monitor_read()
139 bthdr->opcode = htons(hdr.opcode); in bt_monitor_read()
Dpcap-bt-linux.c317 pcap_bluetooth_h4_header* bthdr; in bt_read_linux() local
322 bthdr = (pcap_bluetooth_h4_header*)(void *)pktd; in bt_read_linux()
368 bthdr->direction = htonl(in != 0); in bt_read_linux()