Searched refs:DBC_UID_SIZE (Results 1 – 3 of 3) sorted by relevance
21 #define DBC_UID_SIZE 16 macro44 __u8 uid[DBC_UID_SIZE];
85 if len(uid) != DBC_UID_SIZE:87 "Invalid UID length %d (expected %d)" % (len(uid), DBC_UID_SIZE)
7 DBC_UID_SIZE = 16 variable