Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bt-monitor-linux.c74 pcap_bluetooth_linux_monitor_header *bthdr; in bt_monitor_read()
77 bthdr = (pcap_bluetooth_linux_monitor_header*) &handle->buffer[handle->offset]; in bt_monitor_read()
81 iv[1].iov_base = &handle->buffer[handle->offset + sizeof(pcap_bluetooth_linux_monitor_header)]; in bt_monitor_read()
106 pkth.caplen = ret - MGMT_HDR_SIZE + sizeof(pcap_bluetooth_linux_monitor_header); in bt_monitor_read()
165 …handle->bufsize = handle->snapshot + BT_CONTROL_SIZE + sizeof(pcap_bluetooth_linux_monitor_header); in bt_monitor_activate()
/external/libpcap/pcap/
Dbluetooth.h52 } pcap_bluetooth_linux_monitor_header; typedef