Lines Matching refs:Form
12 * 2. Redistributions in binary form must reproduce the above copyright
246 static const char *Form[] = {
354 u_char form, class; /* tag info */
422 u_char form, class, id;
442 form = (*p & 0xe0) >> 5; /* move upper 3 bits to lower 3 */
443 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
444 form &= 0x1; /* bit 5 -> bit 0, range 0-1 */
446 form = (u_char)(*p & ASN_FORM_BITS) >> ASN_FORM_SHIFT;
449 elem->form = form;
510 if (form >= sizeof(Form)/sizeof(Form[0])) {
511 ND_PRINT((ndo, "[form?%d]", form));
515 ND_PRINT((ndo, "[class?%c/%d]", *Form[form], class));
519 ND_PRINT((ndo, "[id?%c/%s/%d]", *Form[form], Class[class].name, id));
524 switch (form) {
726 * BE form was added.
860 * Rose-Normal-Form.