Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bt.c42 #define BT_HDRLEN sizeof(pcap_bluetooth_h4_header) macro
56 if (caplen < BT_HDRLEN) { in bt_if_print()
58 return (BT_HDRLEN); in bt_if_print()
60 caplen -= BT_HDRLEN; in bt_if_print()
61 length -= BT_HDRLEN; in bt_if_print()
62 p += BT_HDRLEN; in bt_if_print()
69 return (BT_HDRLEN); in bt_if_print()