Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tcpdump/
Dprint-forces.c898 const struct forces_tlv *tltlv; in forces_type_print() local
929 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 …]