Searched refs:vqp_obj_len (Results 1 – 1 of 1) sorted by relevance
107 uint16_t vqp_obj_len; in vqp_print() local163 vqp_obj_len = GET_BE_U_2(vqp_obj_tlv->obj_length); in vqp_print()169 vqp_obj_type, vqp_obj_len); in vqp_print()172 if (vqp_obj_type == 0 || vqp_obj_len ==0) { in vqp_print()177 ND_TCHECK_LEN(tptr, vqp_obj_len); in vqp_print()178 if (vqp_obj_len > tlen) in vqp_print()183 if (vqp_obj_len != 4) in vqp_print()193 nd_printjnp(ndo, tptr, vqp_obj_len); in vqp_print()198 if (vqp_obj_len != MAC_ADDR_LEN) in vqp_print()204 print_unknown_data(ndo,tptr, "\n\t ", vqp_obj_len); in vqp_print()[all …]