Home
last modified time | relevance | path

Searched refs:tltlv (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-forces.c1590 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()
[all …]