Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bt-monitor-linux.c84 pcap_bluetooth_linux_monitor_header *bthdr; in bt_monitor_read() local
89 bthdr = (pcap_bluetooth_linux_monitor_header*)(void *)pktd; in bt_monitor_read()
129 bthdr->adapter_id = htons(hdr.index); in bt_monitor_read()
130 bthdr->opcode = htons(hdr.opcode); in bt_monitor_read()
Dpcap-bt-linux.c306 pcap_bluetooth_h4_header* bthdr; in bt_read_linux() local
311 bthdr = (pcap_bluetooth_h4_header*)(void *)pktd; in bt_read_linux()
357 bthdr->direction = htonl(in != 0); in bt_read_linux()