Lines Matching refs:vqp_obj_len
107 uint16_t vqp_obj_len; in vqp_print() local
161 vqp_obj_len = EXTRACT_16BITS(vqp_obj_tlv->obj_length); in vqp_print()
167 vqp_obj_type, vqp_obj_len)); in vqp_print()
170 if (vqp_obj_type == 0 || vqp_obj_len ==0) { in vqp_print()
175 ND_TCHECK2(*tptr, vqp_obj_len); in vqp_print()
176 if (vqp_obj_len > tlen) in vqp_print()
181 if (vqp_obj_len != 4) in vqp_print()
190 safeputs(ndo, tptr, vqp_obj_len); in vqp_print()
195 if (vqp_obj_len != ETHER_ADDR_LEN) in vqp_print()
201 print_unknown_data(ndo,tptr, "\n\t ", vqp_obj_len); in vqp_print()
204 tptr += vqp_obj_len; in vqp_print()
205 tlen -= vqp_obj_len; in vqp_print()