Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-bt-linux.c222 handle->bufsize = BT_CTRL_SIZE+sizeof(pcap_bluetooth_h4_header)+handle->snapshot; in bt_activate()
325 pcap_bluetooth_h4_header* bthdr; in bt_read_linux()
330 bthdr = (pcap_bluetooth_h4_header*)(void *)pktd; in bt_read_linux()
331 iv.iov_base = pktd + sizeof(pcap_bluetooth_h4_header); in bt_read_linux()
396 pkth.caplen+=sizeof(pcap_bluetooth_h4_header); in bt_read_linux()
/freebsd/contrib/libpcap/pcap/
H A Dbluetooth.h45 } pcap_bluetooth_h4_header; typedef