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

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-bt.c42 #define BT_HDRLEN sizeof(pcap_bluetooth_h4_header) macro
56 if (caplen < BT_HDRLEN) {
58 return (BT_HDRLEN);
60 caplen -= BT_HDRLEN;
61 length -= BT_HDRLEN;
62 p += BT_HDRLEN;
69 return (BT_HDRLEN);

Completed in 221 milliseconds