Lines Matching refs:tops
1588 register u_int mlen, const struct tom_h *tops) in forces_type_print() argument
1603 if (tops->flags & ZERO_TTLV) { in forces_type_print()
1604 ND_PRINT((ndo, "<0x%x>Illegal Top level TLV!\n", tops->flags)); in forces_type_print()
1608 if (tops->flags & ZERO_MORE_TTLV) in forces_type_print()
1610 if (tops->flags & ONE_MORE_TTLV) { in forces_type_print()
1616 if (tops->flags & ZERO_TTLV) { in forces_type_print()
1620 ttlv = tops->flags >> 4; in forces_type_print()
1648 rc = tops->print(ndo, (const u_char *) TLV_DATA(tltlv), in forces_type_print()
1649 EXTRACT_16BITS(&tltlv->length), tops->op_msk, 9); in forces_type_print()
1682 const struct tom_h *tops; in forces_print() local
1694 tops = get_forces_tom(fhdr->fm_tom); in forces_print()
1695 if (tops->v == TOM_RSVD) { in forces_print()
1700 ND_PRINT((ndo, "\n\tForCES %s ", tops->s)); in forces_print()
1736 rc = forces_type_print(ndo, pptr, fhdr, mlen, tops); in forces_print()