Searched refs:pcap_bluetooth_linux_monitor_header (Results 1 – 2 of 2) sorted by relevance
93 pcap_bluetooth_linux_monitor_header *bthdr; in bt_monitor_read()98 bthdr = (pcap_bluetooth_linux_monitor_header*)(void *)pktd; in bt_monitor_read()102 iv[1].iov_base = pktd + sizeof(pcap_bluetooth_linux_monitor_header); in bt_monitor_read()127 pkth.caplen = ret - sizeof(hdr) + sizeof(pcap_bluetooth_linux_monitor_header); in bt_monitor_read()196 …handle->bufsize = BT_CONTROL_SIZE + sizeof(pcap_bluetooth_linux_monitor_header) + handle->snapshot; in bt_monitor_activate()
54 } pcap_bluetooth_linux_monitor_header; typedef