Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bt.c34 #define BT_HDRLEN sizeof(pcap_bluetooth_h4_header)
46 const pcap_bluetooth_h4_header* hdr = (const pcap_bluetooth_h4_header*)p; in bt_if_print()
/external/libpcap/
Dpcap-bt-linux.c214 handle->bufsize = BT_CTRL_SIZE+sizeof(pcap_bluetooth_h4_header)+handle->snapshot; in bt_activate()
317 pcap_bluetooth_h4_header* bthdr; in bt_read_linux()
322 bthdr = (pcap_bluetooth_h4_header*)(void *)pktd; in bt_read_linux()
323 iv.iov_base = pktd + sizeof(pcap_bluetooth_h4_header); in bt_read_linux()
369 pkth.caplen+=sizeof(pcap_bluetooth_h4_header); in bt_read_linux()
/external/libpcap/pcap/
Dbluetooth.h45 } pcap_bluetooth_h4_header; typedef