Lines Matching refs:vqp_obj_len
105 uint16_t vqp_obj_len; in vqp_print() local
161 vqp_obj_len = GET_BE_U_2(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_TCHECK_LEN(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()
191 nd_printjnp(ndo, tptr, vqp_obj_len); in vqp_print()
196 if (vqp_obj_len != MAC_ADDR_LEN) in vqp_print()
202 print_unknown_data(ndo,tptr, "\n\t ", vqp_obj_len); in vqp_print()
205 tptr += vqp_obj_len; in vqp_print()
206 tlen -= vqp_obj_len; in vqp_print()