Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bt.c33 #define BT_HDRLEN sizeof(pcap_bluetooth_h4_header) macro
47 if (caplen < BT_HDRLEN) { in bt_if_print()
49 return (BT_HDRLEN); in bt_if_print()
51 caplen -= BT_HDRLEN; in bt_if_print()
52 length -= BT_HDRLEN; in bt_if_print()
53 p += BT_HDRLEN; in bt_if_print()
60 return (BT_HDRLEN); in bt_if_print()