ipmp_checktlv
if (!ipmp_checktlv(type, len, infop)) {
if (type != infotype || !ipmp_checktlv(type, len, *infop)) {
static boolean_t ipmp_checktlv(ipmp_infotype_t, size_t, void *);