Searched refs:tltlv (Results 1 – 1 of 1) sorted by relevance
898 const struct forces_tlv *tltlv; in forces_type_print() local929 tltlv = GET_TOP_TLV(pptr); in forces_type_print()934 TCHECK(*tltlv); in forces_type_print()935 invtlv = tlv_valid(tltlv, rlen); in forces_type_print()944 if (!ttlv_valid(EXTRACT_16BITS(&tltlv->type))) { in forces_type_print()946 EXTRACT_16BITS(&tltlv->type)); in forces_type_print()952 tok2str(ForCES_TLV, NULL, EXTRACT_16BITS(&tltlv->type)), in forces_type_print()953 EXTRACT_16BITS(&tltlv->length), in forces_type_print()954 EXTRACT_16BITS(&tltlv->length) - TLV_HDRL); in forces_type_print()956 rc = tops->print((u_char *) TLV_DATA(tltlv), in forces_type_print()[all …]