Searched refs:mgmtd_len (Results 1 – 1 of 1) sorted by relevance
123 u_int type, len, name_len, tlv_len, tlv_value, mgmtd_len; in vtp_print() local149 mgmtd_len = GET_U_1(tptr + 3); in vtp_print()150 if (mgmtd_len < 1 || mgmtd_len > VTP_DOMAIN_NAME_LEN) { in vtp_print()151 ND_PRINT(" [invalid MgmtD Len %u]", mgmtd_len); in vtp_print()154 nd_printjnp(ndo, tptr + 4, mgmtd_len); in vtp_print()