static void removeFromMultiPort(long vport) { if (vport == 0) ret; for (O port : getMultiPorts()) call(port, "removePort", vport); }