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