Lines Matching +full:48 +full:- +full:bit
7 #include "netdissect-stdinc.h"
18 2. A 2-byte subtype field; 0x01 indicates the timestamp header
19 3. A 2-byte version field, described below.
20 4. A 48-bit or 64-bit timestamp field, depending on the contents of the version field
26 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
28 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
30 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +
32 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
34 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
36 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +
38 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
40 The two-byte version value is split into 3 fields:
45 1 = 64-bit timestamp
46 2 = 48-bit timestamp
53 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
55 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
77 { FORMAT_64BIT, "64-bit" },
78 { FORMAT_48BIT, "48-bit" },
93 char buf[sizeof("-yyyyyyyyyy-mm-dd hh:mm:ss")]; in arista_print_date_hms_time()
98 nd_format_time(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S", in arista_print_date_hms_time()
108 ndo->ndo_protocol = "arista"; in arista_ethertype_print()
134 // Timestamp has 32-bit lsb in nanosec and remaining msb in sec in arista_ethertype_print()
156 return -1; in arista_ethertype_print()
159 return -1; in arista_ethertype_print()