Lines Matching refs:tltlv
1590 const struct forces_tlv *tltlv; in forces_type_print() local
1621 tltlv = GET_TOP_TLV(pptr); in forces_type_print()
1626 ND_TCHECK(*tltlv); in forces_type_print()
1627 invtlv = tlv_valid(tltlv, rlen); in forces_type_print()
1636 if (!ttlv_valid(EXTRACT_16BITS(&tltlv->type))) { in forces_type_print()
1638 EXTRACT_16BITS(&tltlv->type))); in forces_type_print()
1644 tok2str(ForCES_TLV, NULL, EXTRACT_16BITS(&tltlv->type)), in forces_type_print()
1645 EXTRACT_16BITS(&tltlv->length), in forces_type_print()
1646 EXTRACT_16BITS(&tltlv->length) - TLV_HDRL)); 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()
1653 tltlv = GO_NXT_TLV(tltlv, rlen); in forces_type_print()
1664 TLV_HDRL, rlen, EXTRACT_16BITS(&tltlv->length))); in forces_type_print()