Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ypldap/
HDber.c39 #define BER_TAG_MASK 0x1f macro
936 id = BER_TAG_MASK | (root->be_class << BER_CLASS_SHIFT); in ber_dump_header()
999 if ((u & BER_TAG_MASK) != BER_TAG_MASK) { in get_id()
1000 *tag = u & BER_TAG_MASK; in get_id()