Lines Matching refs:tops
1555 u_int mlen, const struct tom_h *tops)
1570 if (tops->flags & ZERO_TTLV) {
1571 ND_PRINT("<0x%x>Illegal Top level TLV!\n", tops->flags);
1575 if (tops->flags & ZERO_MORE_TTLV)
1577 if (tops->flags & ONE_MORE_TTLV) {
1583 if (tops->flags & ZERO_TTLV) {
1587 ttlv = tops->flags >> 4;
1618 rc = tops->print(ndo, (const u_char *) TLV_DATA(tltlv),
1620 tops->op_msk, 9);
1650 const struct tom_h *tops;
1664 tops = get_forces_tom(tom);
1665 if (tops->v == TOM_RSVD) {
1670 ND_PRINT("\n\tForCES %s ", tops->s);
1701 rc = forces_type_print(ndo, pptr, fhdr, mlen, tops);