Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-vqp.c115 u_int16_t vqp_obj_len; in vqp_print() local
164 vqp_obj_len = EXTRACT_16BITS(vqp_obj_tlv->obj_length); in vqp_print()
170 vqp_obj_type, vqp_obj_len); in vqp_print()
173 if (vqp_obj_type == 0 || vqp_obj_len ==0) { in vqp_print()
178 if (!TTEST2(*tptr, vqp_obj_len)) in vqp_print()
190 safeputs((const char *)tptr, vqp_obj_len); in vqp_print()
199 print_unknown_data(tptr, "\n\t ", vqp_obj_len); in vqp_print()
202 tptr += vqp_obj_len; in vqp_print()
203 tlen -= vqp_obj_len; in vqp_print()