Searched refs:pcap_bluetooth_h4_header (Results 1 – 3 of 3) sorted by relevance
42 #define BT_HDRLEN sizeof(pcap_bluetooth_h4_header)54 const pcap_bluetooth_h4_header* hdr = (const pcap_bluetooth_h4_header*)p; in bt_if_print()
206 handle->bufsize = handle->snapshot+BT_CTRL_SIZE+sizeof(pcap_bluetooth_h4_header); in bt_activate()311 pcap_bluetooth_h4_header* bthdr; in bt_read_linux()313 bthdr = (pcap_bluetooth_h4_header*) &handle->buffer[handle->offset]; in bt_read_linux()314 iv.iov_base = &handle->buffer[handle->offset+sizeof(pcap_bluetooth_h4_header)]; in bt_read_linux()361 pkth.caplen+=sizeof(pcap_bluetooth_h4_header); in bt_read_linux()
45 } pcap_bluetooth_h4_header; typedef