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

/freebsd-11-stable/contrib/libpcap/pcap/
H A Dbluetooth.h54 } pcap_bluetooth_linux_monitor_header; typedef in typeref:struct:_pcap_bluetooth_linux_monitor_header
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bt-monitor-linux.c93 pcap_bluetooth_linux_monitor_header *bthdr;
98 bthdr = (pcap_bluetooth_linux_monitor_header*)(void *)pktd;
102 iv[1].iov_base = pktd + sizeof(pcap_bluetooth_linux_monitor_header);
127 pkth.caplen = ret - sizeof(hdr) + sizeof(pcap_bluetooth_linux_monitor_header);
197 handle->bufsize = BT_CONTROL_SIZE + sizeof(pcap_bluetooth_linux_monitor_header) + handle->snapshot;

Completed in 53 milliseconds