Searched refs:mgmtd_len (Results 1 – 1 of 1) sorted by relevance
122 int type, len, tlv_len, tlv_value, mgmtd_len; in vtp_print() local147 mgmtd_len = *(tptr + 3); in vtp_print()148 if (mgmtd_len < 1 || mgmtd_len > 32) { in vtp_print()149 ND_PRINT((ndo, " [invalid MgmtD Len %d]", mgmtd_len)); in vtp_print()152 fn_printzp(ndo, tptr + 4, mgmtd_len, NULL); in vtp_print()