Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bt.c34 #define BT_HDRLEN sizeof(pcap_bluetooth_h4_header) macro
48 if (caplen < BT_HDRLEN) { in bt_if_print()
50 return (BT_HDRLEN); in bt_if_print()
52 caplen -= BT_HDRLEN; in bt_if_print()
53 length -= BT_HDRLEN; in bt_if_print()
54 p += BT_HDRLEN; in bt_if_print()
61 return (BT_HDRLEN); in bt_if_print()