HomeSort by relevance Sort by last modified time
    Searched refs:pcap_bluetooth_h4_header (Results 1 - 3 of 3) sorted by null

  /external/libpcap/pcap/
bluetooth.h 43 } pcap_bluetooth_h4_header; typedef in typeref:struct:_pcap_bluetooth_h4_header
  /external/tcpdump/
print-bt.c 34 #define BT_HDRLEN sizeof(pcap_bluetooth_h4_header)
46 const pcap_bluetooth_h4_header* hdr = (const pcap_bluetooth_h4_header*)p;
  /external/libpcap/
pcap-bt-linux.c 202 handle->bufsize = BT_CTRL_SIZE+sizeof(pcap_bluetooth_h4_header)+handle->snapshot;
306 pcap_bluetooth_h4_header* bthdr;
311 bthdr = (pcap_bluetooth_h4_header*)(void *)pktd;
312 iv.iov_base = pktd + sizeof(pcap_bluetooth_h4_header);
358 pkth.caplen+=sizeof(pcap_bluetooth_h4_header);

Completed in 759 milliseconds