Lines Matching refs:tops
1550 u_int mlen, const struct tom_h *tops) in forces_type_print() argument
1565 if (tops->flags & ZERO_TTLV) { in forces_type_print()
1566 ND_PRINT("<0x%x>Illegal Top level TLV!\n", tops->flags); in forces_type_print()
1570 if (tops->flags & ZERO_MORE_TTLV) in forces_type_print()
1572 if (tops->flags & ONE_MORE_TTLV) { in forces_type_print()
1578 if (tops->flags & ZERO_TTLV) { in forces_type_print()
1582 ttlv = tops->flags >> 4; in forces_type_print()
1613 rc = tops->print(ndo, (const u_char *) TLV_DATA(tltlv), in forces_type_print()
1615 tops->op_msk, 9); in forces_type_print()
1645 const struct tom_h *tops; in forces_print() local
1659 tops = get_forces_tom(tom); in forces_print()
1660 if (tops->v == TOM_RSVD) { in forces_print()
1665 ND_PRINT("\n\tForCES %s ", tops->s); in forces_print()
1696 rc = forces_type_print(ndo, pptr, fhdr, mlen, tops); in forces_print()